You also may install the BeanConnect components via the command line.
In this case you must create a paramfile in which you specify all installation parameters of the separate components.
To install the product via the command line, open a DOS prompt window. Switch to the following directory:
<DVD_drive>\BEANCONNECT-PROXY\Windows
Then enter the following command:
msiexec /i <msifile> [CMDLINE="INIFILE=<fully qualified paramfile>" /qn]
z.B. msiexec /i BeanConnect-64.msi CMDLINE="INIFILE=C:\BCDev\Test\BeanConnect_Install.ini" /qn
The /qn
option specifies that installation is to be performed without a GUI (Graphical User Interface). In this case, you must also specify the fully qualified name of the
paramfile
. The installation parameters are then taken from the file paramfile.
The file paramfile
must have the format described below. You should specify all the parameters in this file, because in this case, there is no guarantee that the default values will be used.
You will find the logging of the installation in the file bcv65_silent_inst.log
in the installation directory of the component.
Format of the parameter file
An example of a parameter file is shown below. This file (BeanConnect_Install.ini
) is provided. You can adapt it to suit your requirements.
Parameter | Description |
[BEANCONNECT] | |
; Installation Components | A: Common Resources |
; openUTM Directory (only evaluated if INSTCOMP is B, C or D) | |
; JAVA Home Directory (only evaluated if INSTCOMP is B-G) | |
; --------------------------------------------------------------------------- ; BeanConnect Common Resources Program Group Name ; BeanConnect Common Resources Program Group Access | name of the programm group in which the icons of the programm group should be installed select the user for which the icons should be created |
; ------------------------------------------------------------------------------- ; BeanConnect Proxy Container directory to update (only evaluated if INSTCOMP is C or D) UPDPROXYDIR =C:\BeanConnect\BCCont ; Target Proxy Directory ; BeanConnect Proxy Container Program Group Name ; BeanConnect Proxy Container Program Group Access |
select the user for which the icons should be created |
; ------------------------------------------------------------------------------------ ; Target Console Directory ; BeanConnect Console Program Group Name ; BeanConnect Console Program Group Access | select the user for which the icons should be created USER: current user or ALL: all users |