update.launcher.exe.config

The settings specified in the update.launcher.exe.config configure execution of CRM.launcher on the client.

To use other than the default values you need to deploy the file. For further details, see Folder and File Preparation.

The following settings are available:

<LogPath>%PRODUCTFOLDER%\log</LogPath>

The log file directory for Aurea CRM web offline, CRM.launcher and IIS Express, see Log Files.

<MaxRetries>2</MaxRetries>

The maximum number of retries for requests, e.g. check connection to server.

If set to 0, no retry requests are sent to the server.

If undefined, the default value 2 is used.

<RetryDelay>5</RetryDelay>

The time in seconds, CRM.launcher waits between requests.

If undefined, the default value 15 is used.

<CheckForUpdatesInterval>7</CheckForUpdatesInterval>

The time in days, after which CRM.launcher checks for new updates.

If set to 0, CRM.launcher never checks for updates.

If undefined, the default value 7 is used.

<UserNameRequired>true</UserNameRequired>

If set to true, a user name is required for the communication between CRM.launcher and the server (e.g. requesting the file list from the server during the patching process).

If single sign-in is configured, this setting is ignored and the Windows credentials are used instead, see Configuring Single Sign-On.

<PasswordRequired>true</PasswordRequired>

If set to true, a password is required for the communication between CRM.launcher and the server.

If single sign-in is configured, this setting is ignored and the Windows credentials are used instead.

<EnableManualUpdates>false</EnableManualUpdates>

If set to true (default), the Check for updates... menu item is available in CRM.launcher's context menu enabling users to manually check for updates.

If set to false, only automatic update checking is available and performed in the interval specified in the < CheckForUpdatesInterval > tag.

<PatchingSettings>

This section configures the execution of patches on the client. For details, see the article “How to configure patching for CRM.launcher” at https://support.aurea.com.

<Logging>

For information on configuring the logging for CRM.launcher, see the article “How to configure logging for CRM.launcher” at https://support.aurea.com.