Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Installing the BeanConnect components via the command line

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.

ParameterDescription             

[BEANCONNECT]


; Installation Components
INSTCOMP=A

A: Common Resources
B: Proxy Container: normal installation
C: Proxy Container: update installation WITH uninstallation
D: Proxy Container:  update installation WITHOUT uninstallation
E: Management Console: normal installation
F: Management Console:  update installation WITH uninstallation
G: Management Console: update installation WITHOUT uninstallation

; openUTM Directory (only evaluated if INSTCOMP is B, C or D)
UTMPATH=c:\openUTM-Server


home directory openUTM

; JAVA Home Directory (only evaluated if INSTCOMP is B-G)
JAVA_HOME=<Please set Your JDK Directory here>



Java home directory

; ---------------------------------------------------------------------------
; Common Resources (only evaluated if INSTCOMP is A)
; ---------------------------------------------------------------------------
; BeanConnect Common Resources Directory
ROOTDIR=C:\BeanConnect

; BeanConnect Common Resources Program Group Name
ROOTGROUPNAME=FUJITSU Software BeanConnect V6.5A00

; BeanConnect Common Resources Program Group Access
ROOTGROUPACCESS=ALL


installation Common Resources


BeanConnect home directory

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
USER: current user or ALL: all users

; -------------------------------------------------------------------------------
; Proxy Container (only evaluated if INSTCOMP is B, C or D)
; ------------------------------------------------------------------------------
; Proxy Container Options (only evaluated if INSTCOMP is B)
PROXY_NAME=BCCont
PORT_BEGIN=31000
PROXY_PASSWORD=beanconnectadmin

; BeanConnect Proxy Container directory to update (only evaluated if INSTCOMP is C or D)

UPDPROXYDIR =C:\BeanConnect\BCCont

; Target Proxy Directory
PROXYDIR=C:\BeanConnect\BCCont

; BeanConnect Proxy Container Program Group Name
PROXYGROUPNAME=FUJITSU Software BeanConnect V6.5A00 Proxy BCCont

; BeanConnect Proxy Container Program Group Access
PROXYGROUPACCESS=USER


installation proxy container



name of the proxy container
port for the communication with the proxy container
administrator password of proxy container

directory of the existing proxy container


installation directory of the proxy container


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
USER: current user or ALL: all users

; ------------------------------------------------------------------------------------
; Management Console (only evaluated if INSTCOMP is E, F, G)
; ------------------------------------------------------------------------------------
; Existing Console directory to update (only evaluated if INSTCOMP is F or G) UPDCONSOLEDIR=C:\BeanConnect\Console

; Target Console Directory
CONSOLEDIR=C:\BeanConnect\Console

; BeanConnect Console Program Group Name
CONSOLEGROUPNAME=FUJITSU Software BeanConnect V6.5A00 Management Console

; BeanConnect Console Program Group Access
CONSOLEGROUPACCESS=USER


installation management console


directory of the original management console

installation directory of the management console


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 USER: current user or ALL: all users