TurboActivate.exe changing Unverified trial to verified

Hi there,

I'm currently integrating TurboActive in to our product. We have decided to go with unverified trials for now. I have an issue where If I start an unverified trial and then launch and cancel TurboActivate.exe the trial is being updated to a verified one.

I can replicate this in the Delphi sample application in 4.0.9.6.

1. Update the sample app to set trialFlags to `TA_SYSTEM or TA_UNVERIFIED_TRIAL;`2. Run application and close it down3. Run application again and launch TurboActivate.exe via the Activate menu4. Cancel TurboActivate.exe5. Run the sample application again and we get the error "The trial is already a verified trial. You need to use the "TA_VERIFIED_TRIAL" flag. Can''t "downgrade" a verified trial to an unverified trial."

I'm running on Windows 10 with LimeLM 4.0.9.6

Any help appreciated.

ThanksJamie

Hey Jamie,

This is by design. If you don't want the TurboActivate Wizard to use veririfed trials, then pass the "--unverified" commandline switch to the TurboActivate Wizard when you launch it.

Thanks for the fast reply. Is there anywhere I can see all the supported command line args? I can't see that arg on this page https://wyday.com/limelm/help/turboactivate-wizard/

Thanks

Jamie