I was going to post my ISS file so that you can see what I have done so far, but I can't figure out how to attach a file in your Forum software???
Can you point me to the code I need to add to my Inno Setup ISS file in order to allow 30-day Trials.I added code from your online articles, but the installer asks for the Key and won't allow the installation process to continue unless a valid Key is entered.
I was going to post my ISS file so that you can see what I have done so far, but I can't figure out how to attach a file in your Forum software???
This current forum software does not allow uploads. Its flawed and being replaced when we have some time. Its low priority.
The InnoSetup article and example show how to make TA calls: https://wyday.com/limelm/help/using-turboactivate-with-inno-setup/
We dont show how to use trials there (because its an atypical use-case).
You can follow the trial functionality in the Delphi example (InnoSetup and Delphi use the same underlying language Pascal).
You said it's not a typical use case, and I'm beginning to agree with you.It looks like I'll be doing the 30-day Trial functionality in the application itself.