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

Compare with Current View Page History

« Previous Version 6 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 protection you are interested in, 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’s trial license feature lets end users use an application for a predetermined length of time without requiring a license. This feature can be useful for eliminating the need to supply licenses with evaluation software distributed to a large number of anonymous users.

Note: When using trial licenses or time limitations (see below), you can use the LM-X API to gather useful feedback information, such as how much time is left before the application expires and the specific expiration date. You may have your application display expiration information to the end user as a reminder to fully license your product. As added security when using such a method, LM-X protects against circumvention attempts such as system clock changes.

Time Limitations

Similar to LM-X’s trial license option, you can specify a time limitation within a local license file for which your application can be run. For example, you might configure your application to run for only 30 days from the date of issuing the license. Using this method, you can easily distribute evaluation versions of your application without requiring the more complex setup of a license server.

The note in trial licenses regarding using the LM-X API to gather information also applies to the use of time limitations.

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.

As an alternative, you might wish to introduce a DEMO feature, which would give only partial access to the application.

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

You can prohibit the use of trial licenses on virtual machines. Note that licenses are not allowed to run on virtual machines by default. (See Licensing for virtual machines and cloud computing for more information._

Note: There are specific API calls for disabling use of trial licenses on virtual machines, as described in Trial licenses.

  • No labels