You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

This section lists some, but far from all, ways of providing your potential customers with demo versions of your software. Depending on the level of security you need, you can choose a method that you may want to employ; in some cases you may want to use a single method, whereas sometimes combining multiple methods will provide the best possible protection for your application.

MethodDescription
Trial Licenses

LM-X trial licenses let end users use an application for a specified period of time without requiring a license.

The use of trial licenses can be limited by a number of days and/or a number of checkouts allowed (see Enabling trial licenses in Trial licenses for more information).

Note: When running a trial license, you can gather useful feedback information by using LM-X API functions. For example, LMX_GetExpireTime provides you with expiration information as a reminder to fully license your product, whereas LMX_Checkout prevents unauthorized use of the software by disabling circumvention attempts such as system clock changes.

Restricted Usage

LM-X makes it easy to restrict application functionality for trial use. Simply omit some or all features from the license file that you distribute. Since the feature is not specified in the license file, the corresponding module in your application will be unavailable to the user.

Visual RemindersYou might wish to encourage full licensing of your software by having your program show a popup periodically or when the license is a few days from expiration.You can also implement such means as switching the position of a button users must press to continue opening the demo version.
WatermarksYou may not want your prospective customers to use a demo version of your application for distribution or publication purposes. To discourage such use, you can add watermarks to printed output; for example, by superimposing “EVALUATION” in large text on printed pages.
Trial Usage

Trial usage lets you run your software only a specified number of times. By default, trial licenses are not allowed on virtual machines, as described in Licensing for virtual machines and cloud computing.

Note: You may allow trial licenses to run on virtual machines by using LMX_SetOption(), as described in Limitations and cautions in Trial licenses.

  • No labels