This section describes the steps for performing a silent installation/uninstallation of Xalt | Integration - Setup EXE.
Parameter
|
Description
|
Default Value
|
msiexec
|
Windows standard application to install MSI packages.
|
N/A
|
/s
|
Standard option to do silent install.
|
N/A
|
/v
|
Standard option to pass parameters to the MSI.
|
N/A
|
/l*v c:\test.log
|
Writes installation log to file 'C:\test.log'.
|
N/A
|
/qn
|
Silent installation without any UI.
|
N/A
|
INSTALLDIR="[CUSTOM_INSTALLATION_PATH]"
|
Standard option to specify the installation directory.
|
'C:\Program Files'
|
CUSTOM_INSTALLDIR=[Yes/No]
|
Xalt Integration option to indicate that a custom installation path is given.
If this parameter is ignored or set to 'No', the 'INSTALLDIR' parameter will be ignored.
In other words, if 'INSTALLDIR' parameter is set, then this parameter should have a value 'Yes'.
|
No
|
INSTALL_SHORTCUT=[Yes/No]
|
Xalt Integration option to control whether shortcuts have to installed.
|
Yes
|
START_SERVICE=[Yes/No]
|
Xalt Integration option to control whether the start property of Engine service should be set to 'Automatic' and if the service should be started immediately after installation.
Setting a value of 'Yes' will set the start property to 'Automatic' and the service will be started after the installation is completed.
|
No
|