WhereScape Product Suite can be installed using the command line:

3D_9030.exe /quiet

The installation can be controlled by providing parameters to the installer:

3D_9030.exe /quiet META_DB_SERVICE="MyWsMetaServer"


The installation can also be provided with a file of all the parameters:

3D_9030.exe /quiet OPTIONS=<path\to\file>

Refer to options below:
Options:

; ============================
; WhereScape Software Limited
; Suite installer options file
; ============================
; Any enabled values found in this file will override any specified values over the command line arguments
;
; Remove ';' to uncomment
;
; Note:
; Key and value must all be on the same line
; Environment variables must be system wide
;
; Examples:
; > 3D_9030.exe /quiet /L*vx ws.log OPTIONS="<absolute\path\to\options\file>"
;
; > SET pwinstaller="META_DB_PASS=<pass1> MDDB_PASS=<pass2>"
; > 3D_9030.exe /quiet /L*vx ws.log OPTIONS="<absolute\path\to\options\file>" %pwinstaller%
; =======================
; Metadata Server options
; =======================
; MDDB_ENABLE="YES"
; META_DB_INSTALL_DIR="C:\Program Files\WhereScape\WsMetaServer"
; META_DB_DATA_DIR="C:\Program Files\WhereScape\WsMetaServer\data"
; META_DB_SERVICE="WsMetaServer"
; META_DB_PORT=53722
; META_DB_USER="wsmetauser"
; META_DB_PASS="wsmetauser"
; META_LOG="%TEMP%\ws_mddb.log"
; ============
; ODBC options
; ============
; ODBC_ENABLE="YES"
; LOGODBC="%TEMP%\ws_odbc.log"
; =====================
; WhereScape 3D options
; =====================
; W3D_ENABLE="YES"
; DIR3D="C:\Program Files\WhereScape\WhereScape 3D"
; KEY3D="<key>"
; DRIVE="C:\"
; TERADATA="FALSE"
; ADVANCED="FALSE"
; MDDB_REPO="Local repository"
; MDDB_DATABASE="LocalRepository"
; MDDB_CREATE_DB="YES"
; MDDB_USER="w3duser"
; MDDB_PASS="w3duser"
; LOG3D="%TEMP%\ws_w3d.log"


  • No labels