Properties correspond with settings from the installation GUI, but do not represent the standard
features from the feature selection dialog box. Rather the options are presented as option buttons,
check boxes, or edit fields (like the choice of TCL version in IxOS). A special property is InstallDir
which (if accepted by the application installer) sets the installation folder.
Property Definition
P.RUNMODE = 1 Server is running like Service
P.RUNMODE = 2
Server is running like Add to Startup
P.RUNMODE = 3 None - manual mode
P.TCLVERSION=8.5 to install TCL 8.5
P.InstallDir sets the installation folder
IxOS setup.exe Package Examples
The following examples demonstrate various options when setting up silent installation using the
setup.exe package:
l Silent Install, IxOS Server::
Setup.exe –s F.Server=Yes
l Quiet Install, IxOS Server:
Setup.exe –q F.Server=Yes
l Quiet Install, IxOS Client with Tcl 8.5
Setup.exe –q i F.Client=Yes P.TCLVERSION=8.5
l Silent Uninstall (any config)
Setup.exe –s x
The table below represents the detailed list of the configuration and corresponding commands for IxOS.
IxOS configuration to
install Command line
Client with TclServer (add to
startup)
Silent : setup.exe –s F.Client=Yes P.TCLVERSION=”8.5”
F.TclServer=Yes P.RUNMODE=2
Quiet : setup.exe –q F.Client=Yes P.TCLVERSION=”8.5”
F.TclServer=Yes P.RUNMODE=2
Controlled by IxAdmin: setup.exe –s –n F.Client=Yes
P.TCLVERSION=”8.5” F.TclServer=Yes P.RUNMODE=2
Client setup.exe –s F.Client=Yes P.TCLVERSION=”8.5”
Table: Command Lines for IXOS
Chapter 2 Installation
– 64 –