Deactivate Wizard

Is there any UI provided for deactivation? I expected running TurboActivate.exe on an activated machine/.dat to show a deactivation page, but it just shows the final page of the activation wizard.

Our product does not have a GUI, so it looks like I would have to create a separate little app/wizard to do deactivation online and offline, and implement a custom page/action in the uninstaller, again with complications if the machine is offline. All this would inevitably have an inconsistent UX with the activation wizard.

Yes, the TurboActivate Wizard was created for a simple "drop in activation UI". It doesn't use any special APIs. Everything that is used in the TurboActivate Wizard is in the TurboActivate API (meaning you can create a simple UI).

So, if you want a consistent user interface you can simplify the "activation form" to a text box and a button that says "Activate".

Yes I'll have to use the API but it would be very nice to have this feature out of the box!