Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WhereScape Product Suite can be installed using the command line:

Code Block
3D_

...

9030.exe /quiet

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

Code Block
3D_

...

9030.exe /quiet META_DB_SERVICE="MyWsMetaServer"


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

Code Block
3D_

...

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

Refer to options below:
Options:

Code Block
; ============================

...


; 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"