Adding License to Inno Setup

I am totally a novice. I have sign up with LimeML and downloaded all it takes to integrate TurboActivate, i also followed the web tutorial on HowTo but couldnt. here are my questions:

1. what are the specific line of code i my supposed the modify?2. Assuming that my app file name is Setup, and Product name is Justsoft Interactive & company name of Justclickk Technology Ltd. and web www.justclickk.com How do i go about making inno setup package my app.

3. The HowTo example looks quit simple but still intuitive for beginners like me, i followed the process but i think i altered some code iam not supposed to touch.

anyway, some should just give my a layman way of doing this, cos my app is ready and really need this turboActivate stuff.

Thanks

We have a full InnoSetup example included in the TurboActivate.zip package (you can get it on your API page). Plus we have a tutorial explaining how to integrate TurboActivate in your Inno Setup installer.

1. what are the specific line of code i my supposed the modify?

If you look at the tutorial, the bold parts are what you need to add. It would almost be easier if you just started with out example Inno Setup script and then modified it with your company name, product name, and added your files. That way you only need to change a few lines of code.

Oryiman wrote:> the bold parts are what you need to add

when you say add, does it mean i will copy the bold parts and add it to the script area in the Inno Setup page and then edit? or i will modify in the Inno script file ?

It would probably be easiest if you just start with our pre-written Inno Setup script. First compile it, understand how it works, then start making small changes. For instance, change the product name, and company name then recompile and test it. Then add your files, recompile and test it. Etc, etc.

//Good day Sam, I have tried to compile run and this is the error message:

Runtime Error (at-1:0):

Cannot Import dll:<utf8>C:\User\Kaase\AppData\Local\Temp\is-CPLBO.tmp\TurboActivate.dll.

//when i keep trying to run the error updates like this;

is-NBB5.tmpis-76SL.tmpis-3933u.tmp

//this is the only modification i made;

; -- TurboActivate.iss --;; This script shows how to use TurboActivate in your installer.

[Setup]AppName=JustSoft 2012AppVersion=1.0DefaultDirName={pf}\JustclickkDisableProgramGroupPage=yesUninstallDisplayIcon={app}\JustSoft.exeOutputDir=output

[Files]; Install TurboActivate to {app} so we can access it at uninstall time; Also, notice we're putting the TurboActivate files at the top of the file; list. This is so that if you're using "SolidCompression=yes" your installer; can still start relatively quickly.Source: "TurboActivate.dll"; DestDir: "{app}"Source: "TurboActivate.dat"; DestDir: "{app}"

;TODO: add your files that you'll be installing Source: "JustSoft.exe"; DestDir: "{app}"

//TODO: goto the version page at LimeLM and paste this GUID hereconst  VERSION_GUID = '1060201894ef46a07853583.31267659';


// you can compare with your Inno Setup script to note my changes.  Pls. show me here what and what i need to modify i have everything in place cos i signed up on LimeLM.


//i would have been better if you guys put a video tutorial on how to integrate this thing, cos i have seen a video on wybuild, its so perfect and easy.


//pls. help me out, am running out of time to pick a license.