Software Distribution |
![]() ![]() ![]() |
The following parameters for software distribution are supported:
Installation via Setup.exe
In an installation using Setup.exe, all the missing system prerequisites (for example .NET) will be installed.
Languages (parameter switch: /L)
Features (parameter ADDLOCAL): Every feature also installs the parent features automatically
- 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
Presettings of the server information for user login
Examples: Setup.exe /L1031 /S /v/qn /V"ADDLOCAL=ALL"
Setup.exe /L1033 /S /v/qn /V"ADDLOCAL=ALL INSTALLDIR=D:\CP-Suite"
Setup.exe /L1031 /S /v/qn /V"ADDLOCAL=CP_Suite,Shortcuts_Desktop"
Setup.exe /L1033 /S /v/qn /V"ADDLOCAL=CP_Suite,Shortcuts_Menu"
Setup.exe /S /v/qn /x
Installation via CP-Suite.msi
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)
Features (parameter ADDLOCAL): Every feature also installs the parent features automatically
- 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
Presettings of the server information for user login
Examples: C:\Windows\system32>msiexec.exe /i "PATH\CP-Suite.msi" ADDLOCAL=ALL /q
C:\Windows\system32>msiexec.exe /i "PATH\CP-Suite.msi" TRANSFORMS="1033.mst" ADDLOCAL=ALL /q
C:\Windows\system32>msiexec.exe /i "PATH\CP-Suite.msi" INSTALLDIR="D:\CP-Suite" ADDLOCAL=CP_Suite,Shortcuts_Desktop /q
C:\Windows\system32>msiexec.exe /x "PATH\CP-Suite.msi" /q or C:\Windows\system32>msiexec.exe /x {GUID} /q
|