Presetting the Login

   

If a specific application server (CP-Server) should be preselected when the CP-Suite client is started for the first time, you can define this during the software distribution.

 

Please note:

You can only define a preset login if no login to the CP-Suite client has yet taken place on that system. The value for the login is saved in the login.setting file, which is in the "%APPDATA%\CP Corporate Planning GmbH" or "%PROGRAMDATA%\CP Corporate Planning GmbH" path, depending on the login type.

 

 

Using Setup.exe

If Setup.exe is used for the installation, all the missing system prerequisites (for example .NET) will be installed.

 

Example:

Setup.exe /L1031 /S /v/qn /V"ADDLOCAL=ALL SETUP_LOGINSETTING_PROTOCOL=net.tcp SETUP_LOGINSETTING_SERVER=CPSERVER SETUP_LOGINSETTING_PORT=8083"

full installation (ADDLOCAL=ALL)
in German (/L1031)
with the protocol net.tcp (connection protocol default: net.pipe; valid: net.pipe|net.tcp|http)
with the host name of the CP-Server installation "CPSERVER"
with port 8083 (Default: 8083)

 

 

Using the CP-Suite.msi

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

 

Example:

C:\Windows\system32>msiexec.exe /i "path\CP-Suite.msi" ADDLOCAL=ALL SETUP_LOGINSETTING_PROTOCOL=net.tcp SETUP_LOGINSETTING_SERVER=CPSERVER SETUP_LOGINSETTING_PORT=8083 /q

installs the desktop shortcut (ADDLOCAL=ALL)
in the operating system language (fallback English)
with the protocol net.tcp (connection protocol default: net.pipe; valid: net.pipe|net.tcp|http)
with the host name of the CP-Server installation "CPSERVER"
with port 8083 (Default: 8083)