How to create a limited demo/shareware screensaver...

With Axialis Screensaver Producer you can create shareware versions of your screensavers. It means that these versions can be used for a limited period of time by a user for test purpose. When this period is over the user has to purchase it or uninstall it.

When the user purchases the screensaver you just have to send him an activation code (that you've generated with this program too) to transform the trial version in a fully working version. You'll be able to generate Activation Codes using a built-in feature (Alt+F6). Click here to read more about activation codes.

 IMPORTANT: You can create demo/limited versions of your screensaver only if you create an installation package of your screensaver. If you compile a simple screensaver, you cannot add this feature.

Compile the screensaver in shareware mode

1. Open your screensaver project. Choose Make Installation (Shift+F4).

2. The first dialog box of the compilation wizard opens. Follow the procedure until Step 8 "Activation Code" (see below)

3. If you want to create a limited screensaver, you must click on the Use an Activation Code option (). The other fields of the dialog box enable.

4. Below you see 2 fields with IDs (). The IDs that are proposed here are based on the screensaver title and the company name you entered. Of course you can change them but don't forget them once the screensaver is compiled. You'll need them to generate activation codes for the users. You'll be able to Generate Activation Codes using a built-in feature after the compilation (Alt+F6).

5. Click Code based on User Name () if you want to use the customer name to generate codes. Click here to read more about activation codes.

6. In the Limitations group () you can specify if you want to create a Time Limited screensaver or a Sprite/Slide Limited screensaver.

5. Some advanced parameters permits you to fully customize the trial version of your screensaver. To access these parameters, click the Advanced button (). Another dialog box opens.

 Specify Advanced Parameters

6. In the Version Name zone, specify the name of the limited version. Usually: 'Shareware Version', 'Trial Edition', 'Demo Version'... 

7. In the Registration URL zone, specify the Web Address of your purchase web page (for example: http://www.axialis.com/purchase). This Web Address will be used in the 'Properties' dialog box as a real hyperlink (the user will be able to click on it to register). 

8. In the Registration Text zone, specify the Registration Text. This text will be displayed in the upper-left corner of the limited version of the screensaver. Once the screensaver is activated, this text is hidden. Since the user can activate the screensaver using the A key and register using the R key, adding a reminder in this text is a good idea: "Press 'A' to enter your activation code. Press 'R' to register". This text can be localized.

Information about Localization

The text can be localized using macros (placed in the text body) that permit you to define conditional portions. A conditional portion begins with #if and ends with a #endif. If a text line is not in a conditional portion, it is always displayed. Example:

#if ENGLISH

... Text using english language ...

#endif

... Text always displayed ...

#if FRENCH

... Text using french language ...

#endif

Currently, 8 language macros are supported: ENGLISH, FRENCH, GERMAN, SPANISH, DUTCH, ITALIAN, PORTUGUESE and RUSSIAN.

9. In the Registration Text zone, specify the Expiration Text. This text will be displayed in the upper-left corner of the screen if the trial period is over.  Once the screensaver is activated, this text is hidden. Since the user can activate the screensaver using the A key and register using the R key, adding a reminder in this text is a good idea: "Press 'A' to enter your activation code. Press 'R' to register". This text can be localized.

10. If the "Enter Activation Code During Installation" box is checked, the user will be prompted to enter his activation code (and eventually his name) during the installation of the screensaver. You can configure this option as a proposal or an obligation by choosing an option below.

If the "Propose To Enter Code" option is chosen, the user will be prompted to enter his activation code during install but will be able to bypass this step. He will be able to activate it later during use. In this case, this step is a proposal, NOT an obligation.

If the "Force To Enter Code" option is chosen, the user will be prompted to enter his activation code to proceed with installation. In this case, this step is an obligation, NOT a proposal.

11. When done, click OK.

Compile the installation package

12. Now finish the compilation process of the screensaver. A dialog box opens in which you see the compilation in progress (a few seconds). If a problem occurs during the compilation, you see an error message. If it worked fine, the following screen is displayed:

13. You can test the installation package now. Click on the Test the Installation Package Now button (). The install procedure starts, just follow it. It will install the screensaver on your computer. This is exactly whet the end user will do. Click Close to finish.

Once the demo/limited screensaver starts, it display the message you've specified to ask the user to register.

 Generate activation codes

To send an activation code to the user who purchased, you have to generate it. The application includes a feature that permits you can generate Activation Codes for previously compiled Screensavers. You can generate two kinds of Activation Codes: Based on User Name (one code generated for each user) or in serial (a list of codes ban be generated). To get more information about the Axialis Activation Codes, click here.

You can generate activation codes at any time. You don't need to open a Screensaver project to generate codes. You just need the Company ID and the Screensaver ID you used during the compilation (see above).

14. To open the Generate Activation Codes dialog box, choose Home/Activation Codes or press Alt+F6. A large dialog box opens. Please follow this link to Generate Activation Codes.