Software Distribution

   

Please note:

In the case of a Microsoft .NET installation, the computer will not normally restart automatically. However, for the software to function smoothly, it is necessary to restart the computer! We recommend distributing the .NET Framework manually to the clients beforehand.

 

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): Every feature also installs the parent features automatically

ALL (installs the full software package including shortcuts)
CP_Suite (Components for the CP-Suite)

    - Corporate_Planner (Corporate Planner)

    - CP_Cash (CP-Cash)

    - CP_Cockpit (CP-Cockpit)

    - CP_Cons (CP-Cons)

    - CP_Sales (CP-Sales)

    - CP_Suite_CPControlCenter (CP-Control Center)

    - CP_Risk (CP-Risk)

    - Shortcuts (Shortcuts)

    - Shortcuts_Desktop (installs the desktop shortcuts)

    - Shortcuts_Menu (installs the Start menu shortcuts)

 

General parameters

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

 

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 /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-Suite"

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

 

 

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

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

 

 

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

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

 

 

Setup.exe /S /v/qn /x

Uninstalls the CP-Suite client

 

 

Installation via CP-Suite.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): Every feature also installs the parent features automatically

ALL (installs the full software package including shortcuts)
CP_Suite (Components for the CP-Suite)

    - Corporate_Planner (Corporate Planner)

    - CP_Cash (CP-Cash)

    - CP_Cockpit (CP-Cockpit)

    - CP_Cons (CP-Cons)

    - CP_Sales (CP-Sales)

    - CP_Suite_CPControlCenter (CP-Control Center)

    - CP_Risk (CP-Risk)

    - Shortcuts (Shortcuts)

    - Shortcuts_Desktop (installs the desktop shortcuts)

    - Shortcuts_Menu (installs the Start menu shortcuts)

 

General parameters

INSTALLDIR        specifies the target directory. Space characters are allowed!

 

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-Suite.msi" ADDLOCAL=ALL /q

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

 

 

C:\Windows\system32>msiexec.exe /i "PATH\CP-Suite.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-Suite.msi" INSTALLDIR="D:\CP-Suite" ADDLOCAL=CP_Suite,Shortcuts_Desktop /q

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

 

 

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

Uninstalls the CP-Suite client