TurboActivate command line options

I have not find any documentation about the command line options supported by TurboActivate. I have found something about --pdets, but is there any other options?Also it would be nice if TurboActivate could launch an application when it has finished. In our case we have a C++ application that checks for activation at startup, if not activated it just launches TurboActivate and exist. It would be nice if TurboActivate launches back our application when done with activation. This could be achieved by passing the full path to the application to launch back on the command line.

We show the commandline options for the TurboActivate wizard in the Using the TurboActivate wizard article.

In our case we have a C++ application that checks for activation at startup, if not activated it just launches TurboActivate and exist.

It would be faster if you just launched TurbActivated and waited for it to exit. Once the TurboActivate wizard has exited, check the IsActivate() function and if the user didn't activate then close your app. Otherwise let the user use your app immediately.

Does that make sense?

Yes this makes sense. Unfortunately due to our application architecture it is a little bit complex to wait until TurboActivate finishes. So if at some point this is something you can add tin the TurboActivate application, this would be helpful.

We could add a new commandline parameter something like --startonsuccess="C:\Location\To\Your App.exe". Would that work for you?

That would be perfect.

Ok -- we'll add it to TurboActivate 3.2.1, coming out soon.

is it possible to call IsGenuine() this way?

No, I'll address your problem in your other thread in just a moment.