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.

 

In an installation using Setup.exe, all the missing system prerequisites (for example .NET) will be installed.

 

Languages (parameter switch: /L)

1031 (German)
1033 (English)
1034 (Spanish)
1036 (French)
1040 (Italian)
1043 (Dutch)
1046 (Portuguese)
1049 (Russian)
2052 (Chinese)
2074 (Serbian, latin)

 

Features (parameter: ADDLOCAL)

ALL (installs the full software package including shortcuts)
ProgramFiles (installs the required program files only)
Shortcuts_Desktop (installs the desktop shortcuts)
Shortcuts_Menu (installs the Start menu shortcuts)

 

General parameters

INSTALLDIR (specifies the target directory. No space characters allowed!)

 

Predefining 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 /L1031 /S /v/qn /V"ADDLOCAL=ALL"

Full installation (ADDLOCAL=ALL)
German (/L1031)
Standard installation directory

 

 

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

Full installation (ADDLOCAL=ALL)
English (/L1033)
Custom installation directory (INSTALLDIR=[path])

 

 

Setup.exe /L1031 /S /v/qn /V"ADDLOCAL=ProgramFiles,Shortcuts_Desktop"

Installs the required program files (ADDLOCAL=ProgramFiles)
Installs the desktop shortcuts (ADDLOCAL=Shortcuts_Desktop)
German (/L1031)
Standard installation directory

 

 

Setup.exe /L1033 /S /v/qn /V"ADDLOCAL=ProgramFiles,Shortcuts_Menu"

Installs the required program files (ADDLOCAL=ProgramFiles)
Installs the Start menu shortcuts (ADDLOCAL=Shortcuts_Menu)
English (/L1033)
Standard installation directory

 

 

Setup.exe /S /v/qn /x

Uninstalls the CP-Cockpit client

 

 

Installation via CP-Cockpit.msi

Please note:

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

 

In an installation using the MSI file, the missing system prerequisites (for example .NET) will not be installed. These must be distributed beforehand for a full installation.

 

Languages (parameter: TRANSFORMS)

1031.mst: German
1033.mst: English
1034.mst: Spanish
1036.mst: French
1040.mst: Italian
1043.mst: Dutch
1046.mst: Portuguese
1049.mst: Russian
2052.mst: Chinese
2074.mst: Serbian, latin

 

Features (parameter: ADDLOCAL)

ALL                        installs the full software package including shortcuts
ProgramFiles                installs the required program files only
Shortcuts_Desktop        installs the desktop shortcuts
Shortcuts_Menu        installs the Start menu shortcuts

 

General parameters

INSTALLDIR        specifies the target directory. Space characters are allowed!

 

Predefining 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)

 

 

Examples:

C:\Windows\system32>msiexec.exe /i "PATH\CP-Cockpit.msi" ADDLOCAL=ALL /q

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

 

 

C:\Windows\system32>msiexec.exe /i "PATH\CP-Cockpit.msi" TRANSFORMS="1033.mst" ADDLOCAL=ALL /q

Full installation (ADDLOCAL=ALL)
English (TRANSFORMS="1033.mst")
Standard installation directory

 

 

C:\Windows\system32>msiexec.exe /i "PATH\CP-Cockpit.msi" INSTALLDIR="D:\CP-Cockpit" ADDLOCAL=ProgramFiles,Shortcuts_Desktop /q

Installs the required program files (ADDLOCAL=ProgramFiles)
Installs the desktop shortcuts (ADDLOCAL=Shortcuts_Desktop)
Operating system language (fallback: English)
Custom installation directory (INSTALLDIR="D:\CP-Cockpit")

 

 

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

Uninstalls the CP-Cockpit client