Trail implementation example for Inno Setup

Hi,Great to hear that, you are supporting timely trails without product key.

We are using Inno Setup for creating build and I am new to Inno Setup. I am referring the following document,

https://wyday.com/limelm/help/using-turboactivate-with-inno-setup/

Trail implementation is missing in this document. It will be helpful, if you add some examples for trail implementation in Inno Setup.

Thanks in advance,Mallikarjuna.

You should integrate the trials in your application. How you do it depends on the programming language you're using: https://wyday.com/limelm/help/using-turboactivate/

Hi Wyatt,

Happy to hear from you!!

I want to implement in Inno Setup, which is new for me.

Hope this is clear.

Thanks,Mallikarjuna.

We don't have an example showing how to use trials in InnoSetup because you should integrate trials directly into your application.

However, InnoSetup uses Pascal (which is the same language that Delphi uses). So if you're determined to use trials in an InnoSetup script (which, again, I would not recommend), then you can use the Delphi example to get there: https://wyday.com/limelm/help/using-turboactivate-with-delphi/