Software Distribution

   

The following parameters for software distribution are supported:

 

Installation via Setup.exe

Please note:

You will find an overview of all the command-line parameters for InstallShield here.

 

Languages (parameter switch: /L)

1031 (German)
1033 (English)
1034 (Spanish)
1036 (French)
1040 (Italian)
1043 (Dutch)
1046 (Portuguese)

 

General parameters

INSTALLDIR (specifies the target directory. No space characters allowed!)
STARTBEHAVIOUR (auto = automatic start with Microsoft Excel; manually = Start via shortcut in the start menue; standard: auto)
APPLICATIONUSERS (AllUsers = all the user of this computer; OnlyCurrentUser = the current user only; standard: AllUsers)

 

Presettings of the server information for user login

SETUP_LOGINSETTING_PROTOCOL (default: net.pipe; valid: net.pipe|net.tcp|http)
SETUP_LOGINSETTING_SERVER (server name (CP-Server Installation))
SETUP_LOGINSETTING_PORT (Default: 8083)

 

 

Examples:

Setup.exe /S /v/qn

Full installation
Operating system language (fallback: English)
Standard installation directory

 

Setup.exe /L1033 /S /v/qn /V"INSTALLDIR=D:\CP-Excel"

Full installation
English (/L1033)
Custom installation directory (INSTALLDIR=D:\CP-Excel)

 

Setup.exe /S /v/qn /x

Uninstalls the CP-Excel Client

 

 

Installation via CP-Excel.msi

Please note:

You will find an overview of all the command-line parameters for Windows Installer (MSI) here.

 

Languages (parameter: TRANSFORMS)

1031.mst: German
1033.mst: English
1034.mst: Spanish
1036.mst: French
1040.mst: Italian
1043.mst: Dutch
1046.mst: Portuguese

 

General parameters

INSTALLDIR        specifies the target directory. Space characters are allowed!
STARTBEHAVIOUR (auto = automatic start with Microsoft Excel; manually = Start via shortcut in the start menue; standard: auto)
APPLICATIONUSERS (AllUsers = all the user of this computer; OnlyCurrentUser = the current user only; standard: AllUsers)

 

Presettings of the server information for user login

SETUP_LOGINSETTING_PROTOCOL (default: net.pipe; valid: net.pipe|net.tcp|http)
SETUP_LOGINSETTING_SERVER (server name (CP-Server Installation))
SETUP_LOGINSETTING_PORT (Default: 8083)

 

 

Examples:

C:\Windows\system32>msiexec.exe /i "PATH\CP-Excel.msi" /q

Full installation
Operating system language (fallback: English)
Standard installation directory

 

C:\Windows\system32>msiexec.exe /i "PATH\CP-Excel.msi" TRANSFORMS="1033.mst" INSTALLDIR="D:\CP-Excel" /q

Full installation
English (TRANSFORMS="1033.mst")
Custom installation directory (INSTALLDIR=D:\CP-Excel)

 

C:\Windows\system32>msiexec.exe /x "PATH\CP-Excel.msi" /q or C:\Windows\system32>msiexec.exe /x {GUID} /q

Uninstalls the CP-Excel Client