Presetting the Login |
![]() ![]() ![]() |
If a specific application server (CP-Server) should be preselected when the CP-Excel client is started for the first time, you can define this during the software distribution.
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"
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
|