Deploying customized installation settings

To modify the settings used to install the software on the workstations, you can use the Persist.xml file stored at the root of the server image.

Each entry in Persist.xml corresponds to a public property for the software (see Using public properties). The syntax of each entry is as follows:

<Property name="property" value="value" />

By modifying the value of an existing entry in Persist.xml — or by adding a new entry — you can customize the installation settings deployed from that server image. This deployment method offers an excellent alternative to creating a different server image or customizing a command line.

You must modify Persist.xml before installing the software on the workstations for the changes to take effect.

Example 1

You can use the following Persist.xml entry to specify that automatic software updates are enabled:

<Property name="ALLOW_PRODUCTUPDATES" value="1" />

By changing the value of this entry from "1" to "2" (and saving this change to Persist.xml), you can disable automatic updates for the workstation installations.

By changing the value of this entry from "1" to "0" (and saving this change to Persist.xml), you can check for updates and let the user choose when to install the update.

Example 2

You can use the following Persist.xml entry to specify the ProfileID and add account credentials to the server image:

<Property name="PROFILEID" value="XXXXXXX" />

Specifying a value for the ProfileID will ensure that all workstations are automatically signed in to the account after installation. For information about accessing the ProfileID, see ProfileID.

Example 3

You can use the following Persist.xml entry to allow users to take advantage of Welcome screen features:

<Property name="WELCOMESCREENONLINE" value="on" />

Note that the Welcome screen cannot be used without enabled internet features.

Example 4

You can use the following Persist.xml entry to specify the serial number for the installation:

<Property name="SERIALNUMBER" value="SN" />

By changing the "SN" value, you can specify a different serial number for the workstation installations.

For more information, see SERIALNUMBER.

Was this page helpful? Send feedback.


Some features documented in the Help are available exclusively to subscribers. For more information about CorelDRAW subscription, visit coreldraw.com.