|
How To Create a Software Trial Edition This guide shows how to create a time or execution limited Trial edition of any Windows or Macintosh product. Use the QuickLicense system to reduce development effort and provide a flexible, secure Trial edition of any application. Consider how you want the evaluation process to work. Your Trial edition can require an online activation for 10 days, 30 days or perhaps some number of executions. It can activate the application for a specific computer with an automated or manual activation process. The activation process can collect customer information to track evaluations. Once the trial period expires, the application can present an appropriate message or perhaps take the user to your online order form.
Step 1 - Configure Licensing Strategy
Use the QuickLicense application to configure how the license works. Set checkboxes and make selections in the License dialog. Click the Make Ticket button to generate an encrypted Ticket file that defines the licensing strategy.
![]()
The Request Message and Response Message are simple strings containing semicolon separated data fields. The SendMessage application comes with QuickLicense to experiment with a configured Ticket file. SendMessage sends a Request Message to the QuickLicense runtime and displays the returned Response Message. Use it to simulate your application's interaction with QuickLicense.
On Windows, your application calls an external method. On Macintosh, it sends an Apple Event. QuickLicense comes with simple source code examples that show how to send and receive the Request Message and Response Message strings.
If your configured Ticket file presents an Activation dialog, that dialog can contain the URL of an activation page on your web site. An HTML form can collect the customer information and email it to you. Generate an Activation Code that is automatically emailed to the user. An Activation Code can be immediately generated from a script running on your web site or by the Safe Activation Service.
|