Excel Client:Installation: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 58: Line 58:
|}
|}
<br>
<br>
====Installation with parameters (from 9.5 HF 3.5)====
Starting with version 9.5 HF 3.5 Add-Ins can be installed via command line using parameters. If no parameter(s) is/are given installation will act as before.
The following parameters can be used:
*COP_SERVER
*COP_PORT
*COP_MAXROWS
*COP_MAXCELLS
*COP_TCPFORMATTER
*COP_SSLCOMMONNAME
*COP_LANGUAGES
Example:
msiexec /i CoPlannerExcelClient_v1.0.msi COP_SERVER=ServerXY COP_PORT=8965 COP_LANGUAGES="Deutsch|English"





Latest revision as of 15:15, 15 April 2019


The installation setup for the Excel Client 1.0 will be run by double-clicking the executable file CoPlanner Excel Client 1.0.msi.

Hint   To ensure a clean installation, make sure before starting the installation that no CoPlanner Excel client is already installed on your system. If this is the case, uninstall it before reinstalling.


Installation steps

Start the installation by starting the client 1.0.msi CoPlanner Excel file. A wizard guides you through the installation.

Installation step Description
Excel Client, Installation step 1
Startscreen of the installation
Excel Client, Installation step 2
Licence conditions must be accepted in order to proceed the installation
Excel Client, installation step 3
The installation directory of the Excel client can be changed
Excel Client, installation step 4
Installation will be started
Hint  Therefor you need administration rights.
Excel Client, installation step 5
Overview of the status of the install procedure.
Excel Client, installation step 6
Dialog for entering the server connection
Hint  That dialog does not appear if in the installation directory is already the configuration file ClientConfig.xml configured for the Excel client.
Excel Client, installation step 7
Confirmation of a successful installation


The file Silent_install.bat is also used for the Excel Client installation. There you don't have to go through the steps, as decribed above, you went through the installation in one step without displaying a user interface. For this the ClientConfig.xml is used which is in the same directory. This must be configured accordingly. This type of installation is preferably carried out when the Excel client will be rolled out on multiple systems without any interaction by a user.


Hint  Frequently asked questions about the installation, see the FAQs.



Installation with parameters (from 9.5 HF 3.5)

Starting with version 9.5 HF 3.5 Add-Ins can be installed via command line using parameters. If no parameter(s) is/are given installation will act as before.


The following parameters can be used:

  • COP_SERVER
  • COP_PORT
  • COP_MAXROWS
  • COP_MAXCELLS
  • COP_TCPFORMATTER
  • COP_SSLCOMMONNAME
  • COP_LANGUAGES

Example:

msiexec /i CoPlannerExcelClient_v1.0.msi COP_SERVER=ServerXY COP_PORT=8965 COP_LANGUAGES="Deutsch|English"