Well maybe cos i am a novice, but i felt the someone should figure this out for me. I have tried to integrate this but efforts are not positive, see my example:
Runtime Error (at-1:0):
Cannot Importdll:<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 installingSource: "JustSoft.exe"; DestDir: "{app}"
//TODO: goto the version page at LimeLM and paste this GUID hereconstVERSION_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.
//although, am waiting for a Setup Factory tutorial but just felt i should try this Inno stuff and see as well.
// any help??