Automatic Activate on Install

I'm testing deployment of my Windows app by downloading it form FastSpring in "test" mode. When I then install the download on my computer the app doesn't say anything about the 14 day test period when it starts up. In fact, it is already activated and never does ask for a license key. Am I missing something here? I followed the install instructions exactly for this C# app.

Have you already activated on the computer? That is, I presume the computer you're testing this on is the same computer you created your application with. And I also assume that you've tested activating your app on the system.

If your app is already activated then TurboActivate doesn't require you to activate again.

Does this make sense?

makes total sense. thank you!

Hi Guys, i generated a turbo Activator with its DLL & .exe from Wyday.com but how to add it to my application using c# or C++ is my problem, can anybody help me with code and how to add it?

Note that i used Indogo Rose autorun media studio for developing the windows application

Thanks in anticipation.

Kaase

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??

Send me your .iss script to wyatt@wyday.com. I'll take a look at it.

You need to make sure TurboActivate.dat, TurboActivate.dll and "JustSoft.exe" are in the same folder as the TurboActivate.iss file.

That will solve your problem.