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)
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) |
• | Standard installation directory |
Setup.exe /L1033 /S /v/qn /V"ADDLOCAL=ALL INSTALLDIR=D:\CP-Cockpit"
• | Full installation (ADDLOCAL=ALL) |
• | 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) |
• | 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) |
• | 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)
• | 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 |
|