SilentClient.ini

Edit the SilentClient.ini file to provide all necessary settings for the installation of Aurea CRM web offline.

You can use the following placeholders for path-related variables:

  • %PROGRAM_FILES%

the default Program Files directory

  • %APPDATA%

the Application Data folder in the user directory

  • %LOCAL_APPDATA%

the Local Settings\Application folder in the user directory

  • %COMMON_APPDATA%

the All Users\Application Data directory

  • %USER_DOCUMENTS%

the user's My Documents directory

  • %USERNAME%

the (Windows) user name

Use %PROGRAM_FILES% (e.g. for InstallDir) to specify the default folder in the client's system language (c:\Program Files for English, c:\Programme for German etc.)

Contents of the default SilentClient.ini file

Mandatory options are highlighted. Use ; to comment out a line.

----------------------------------------------------------------
; Aurea CRM web offline client silent setup configuration file
;
; IMPORTANT NOTES:
;
; Internationalization:
; Use %PROGRAM_FILES% for the parameters InstallDir and DatabasePath if you
; want to use the default folder corresponding to different languages
; (e.g. "c:\Program Files" for English and "c:\Programme" for German")

[INSTALLATION]
InstallDir="%PROGRAM_FILES%\update.CRM"
SingleSignIn="N"

InstallLocalDB="Y"
InstallIISExpress="Y"

[DATABASE]
; This section defines all customizable database parameters.

InstanceName="MSSQLSERVER"
DatabasePath="%COMMON_APPDATA%\update.crm_webofflinedb"

TablePrefix="OFFLINE_WEB"

COMUserName=
COMUserPassword=

[STATIONCONFIGURATION]
StationNumberClient=100
StationNumberServer=1
ServerURL=http://mywebserver.com/updateCRM_web
ClientURL=http://localhost:7575

[OPTIONS]
; CreateShortcut="Y" creates a Menu Entry for all users allowing them to start the launcher
CreateShortcut="Y"

OmitFinishDialog="N"
PrepareSilentDeinstallation="N"

; LogPath=Creates the offlineSetup.log in the specified folder. The default value is C:\LogPath=C:\

Notes:

  • InstallDir: Target directory for the Aurea CRM web offline installation.
  • DatabasePath: Path to the local database file.
    Note: The user must have full access to these directories.

    Aurea recommends specifying a dedicated target directory for InstallDir and DatabasePath (e.g. InstallDir =C :\ update.CRM) and defining sufficient access rights for this directory: This ensures that users working with Aurea CRM web offline are able to create and modify files and folders (Write/Modify rights).

  • StationNumberClient: Used as fallback if the user has no offline station defined in the database.
  • COMUserName /Password: Specify a dedicated communication user for the client (e.g. because the offline user has no module rights for mmco.exe). Enter user name and password as plain text.
  • PrepareSilentDeinstallation: Set this option to "Y" if you want to be able to silently uninstall Aurea CRM web offline. For further details, see Uninstalling.