When you perform a silent installation, the installation program does not display messages. Instead, a log file captures the installation information that includes whether the installation was successful. You can then review the log file and determine the results of the installation.
Command name
|
Option
|
Description
|
/HELP, or /?, or /H
|
|
Provides help and quick reference.
|
/QUIET
|
|
Suppresses UI during setup – all dialog boxes, errors, or prompts requiring user input. All messages are entered into the setup log file.
Note
The Quiet flag cannot be specified for an upgrade, because upgrade requires user confirmation of selected options.
|
/CABPATH
|
<CAB file location>
|
Indicates the location of the redistributable CAB file.
|
/S
|
<Configuration XML file>
|
Performs a silent installation of features found in the specified configuration file.
Note
To install all features, specify ALL for the InstalledFeature parameter of the configuration XML file.
|
/PASSIVE
|
|
Performs a passive installation. The setup program only displays the progress bar.
|
/NORESTART
|
|
Suppresses restart prompts and automatic restarts at the end of the installation.
|
/FORCERESTART
|
|
Always forces a restart after the installation is complete.
|
/PROMPTRESTART
|
|
Prompts the user before restarting.
|
/X or /UNINSTALL
|
|
Uninstalls BizTalk Server 2010.
|
/L
|
[i][w][e][a][r][u][c][m][p][v][*]
|
Writes logging information to a log file to the specified path. Always uses verbose Windows Installer logging and it appends to an existing file.
The following flags indicate which information to log:
i - Status messages
w - Nonfatal warnings
e - All error messages
a - Startup of actions
r - Action-specific records
u - User requests
c - Initial user interface parameters
m - Out-of-memory
p - Terminal properties
v – Verbose output
* - All
|
/IGNOREDEPENDENCIES
|
|
Bypasses the checks for downloadable prerequisites.
|
/INSTALLDIR <install path>
|
<program files folder>
|
Specifies the full path to product install location.
|
/COMPANYNAME
|
<company name>
|
Sets the company or organization name.
|
/USERNAME
|
<user name>
|
Sets the user name.
|
/ADDLOCAL ALL
|
|
Installs all features. For more information about ADDLOCAL command, see Listing of Values for the ADDLOCAL Command (http://go.microsoft.com/fwlink/?LinkID=189319).
|
/REMOVE ALL
|
|
Removes all features.
|
/REPAIR ALL
|
|
Repairs all features.
|
/CEIP
|
|
Enables Customer Experience Improvement Program (CEIP) in BizTalk Server 2010.
|
/PRODUCT UDDI
|
|
Installs UDDI
|
msiexec.exe /i [MSIPATH] INSTALLDIR=[INSTALLDIRPATH] DATADIR=[DATADIRPATH] SQLSERVERMACHINENAME=[SQLSERVERNAME] OVERWRITERFIDSTORE=1 INSTALLLEVEL=5 /lvxp RfidServicesInstall.txt /q
For example: msiexec.exe /i "\\ABC\XYZ\RFID_x86\RfidServices.msi" INSTALLDIR=“C:\Program Files\Microsoft BizTalk RFID\” DATADIR=“C:\Program Files\Microsoft BizTalk RFID\” SQLSERVERMACHINENAME=(local) OVERWRITERFIDSTORE=1 INSTALLLEVEL=5 /lvxp RfidServicesInstall.txt /q
|
|
Installs Microsoft BizTalk Server RFID 2010
|