TOC PREV NEXT INDEX

4Dlogo


Licenses


These parameters allow you to set access to the license files integrated into the built applications. They must be surrounded with <Licenses> and </Licenses> keys.

ArrayLicenseWin

version 2004
/ Preferences4D / BuildApp / Licenses / ArrayLicenseWin
Accepted values

Array containing the list of license files to be integrated

Description

This key is used to specify the acces path of the license file(s) to be integrated into the Windows version of the application. These files can be located anywhere on your PC.
If this key is not used, no license number will be integrated and the application will start in demo mode.

Example
 <Preferences4D>
 	<BuildApp>
 		<Licenses>
 			<ArrayLicenseWin>
 				<ItemsCount>2</ItemsCount>
 				<Item1>C:\MyLicenses\4DSJD80HJDSOI00FAKE1861.html</Item1>
 				<Item2>C:\MyLicenses\4DSO80DDE0DF0FAKEBC5F.html</Item2>
 		</ArrayLicenseWin>
 		</Licenses>
 	</BuildApp>
 </Preferences4D>
See also: ArrayLicenseMac

ArrayLicenseMac

version 2004
/ Preferences4D / BuildApp / Licenses / ArrayLicenseMac
Accepted values

Array containing the list of license files to be integrated

Description

This key is used to specify the acces path of the license file(s) to be integrated into the Mac OS version of the application. These files can be located anywhere on your Macintosh.
If this key is not used, no license number will be integrated and the application will start in demo mode.

Example
 <Preferences4D>
 	<BuildApp>
 		<Licenses>
 			<ArrayLicenseMac>
 				<ItemsCount>2</ItemsCount>
 				<Item1>MacHD:4DSJD80HJDSOI00FAKE1861.html</Item1>
 				<Item2>MacHD:4DSO80DDE0DF0FAKEBC5F.html</Item2>
 		</ArrayLicenseMac>
 		</Licenses>
 	</BuildApp>
 </Preferences4D>
See also: ArrayLicenseWin


4D S.A.
http://www.4D.fr
Tel : 33 (1) 40 87 92 00
Fax : 33 (1) 40 87 92 01
e-mail : info@4d.fr
TOC PREV NEXT INDEX