Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No XML license template is needed for trial licenses, and you only need to specify the length of the trial.

Node-locked license XML template scenario

For this node-locked license scenario, let's assume you want your application to be:

...

Code Block
languagehtml/xml
<LICENSEFILE>
	<FEATURE NAME="MyFeatureName"> 
		<SETTING MAJOR_VERSION="1"/>
		<SETTING MINOR_VERSION="0"/>
		<SETTING END="2012-02-01"/>
		<CLIENT_HOSTID>
			<SETTING IPADDRESS="123.123.123.123"/>
			<SETTING USERNAME="john"/>
		</CLIENT_HOSTID>
	</FEATURE>
</LICENSEFILE>

Floating license XML template scenario

For this floating license scenario, let's assume you want your application (or particular application features) to be:

...