You are on page 1of 1

XTools Pro 9.

2 batch installation, available keys and switches


Example of the installation command line:

msiexec /i XToolsPro_Setup_en.msi /l* XToolsPro_install.txt INSTALLDIR="C:\Program
Files\DataEast\XTools Pro" SHOW_XTOOLSPRO_TOOLBAR="0" ENABLE_XTOOLSPRO_EXTENSION="2"
ADD_XTOOLSPRO_TOOLBOX="0" USE_XTOOLSPRO_METADATA_VIEWER="0"
ENABLE_XTOOLSPRO_REVISION_HISTORY_EXTENSION="1" /qb

Where:
/i XToolsPro_Setup_en.msi Prescribes to run installation
/l* XToolsPro_install.log or /log
XToolsPro_install.log
Prescribes the installer to create a full log file
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
i - Status messages
w - Nonfatal warnings
e - All error messages
a - Start up of actions
r - Action-specific records
u - User requests
c - Initial UI parameters
m - Out-of-memory or fatal exit information
o - Out-of-disk-space messages
p - Terminal properties
v - Verbose output
x - Extra debugging information
+ - Append to existing log file
! - Flush each line to the log
* - Log all information, except for v and x
options
/log <LogFile>
Equivalent of /l* <LogFile>
INSTALLDIR="C:\Program Files\DataEast\XTools Pro" Defines installation folder
SHOW_XTOOLSPRO_TOOLBAR="0"
Append XTools Pro toolbar:
1 yes (default value)
0 no
ENABLE_XTOOLSPRO_EXTENSION="2"
Enable (activate) XTools Pro extension:
1 yes (default value)
2 no
ADD_XTOOLSPRO_TOOLBOX="0"
Add XTools Pro toolbox to ArcToolbox:
1 yes (default value)
0 no
USE_XTOOLSPRO_METADATA_VIEWER="0"
Use XTools Pro Metadata viewer by default:
1 yes (default value)
0 no
ENABLE_XTOOLSPRO_REVISION_HISTORY_EXTENSION="1"
Turn on data revision history in XTools Pro
Metadata Editor:
1 yes
0 no (default value)
/qb
Prescribes the installer to use basic UI
Display Options:
/quiet
Quiet mode, no user interaction
/passive
Unattended mode - progress bar only
/q[n|b|r|f]
Sets user interface level:
n - No UI
b - Basic UI
r - Reduced UI
f - Full UI (default)


Example for XTools Pro un-installation:
msiexec /x XToolsPro_Setup_en.msi /l* XToolsPro_install.txt

You might also like