Specifications
93
Copyright © Acronis, Inc., 2000-2010
TransformList
- List of paths separated by semicolons
Options for Advertising Using a Transform
msiexec /j[u][m]
component
/t
TransformList
User Interface Level Options
msiexec /q{n|b|r|f|n+|b+|b-}
/qn - Displays no user interface
/qb - Displays a basic user interface
/qr - Displays a reduced user interface with a modal dialog box displayed at the end
of the installation
/qf - Displays the full user interface with a modal dialog box displayed at the end
/qn+ - Displays no user interface, except for a modal dialog box displayed at the
end
/qb+ - Displays a basic user interface with a modal dialog box displayed at the end
/qb- - Displays a basic user interface with no modal dialog boxes
Note,
/qb+-
is not a supported user interface level. The modal box is not displayed if the
user cancels the installation.
Example
msiexec /qb Agent_MSSQL.msi
Displays the basic user interface options during the Acronis Recovery for MS SQL Server
Agent installation.
Copyright Information Displaying Options
msiexec {/?|/h}
Displays the Windows Installer version and copyright information.
Calling the system API DllRegisterServer Option
msiexec /y|z
module
/y - Calls the system API DllRegisterServer to self-register modules passed on the
command line
/z - Calls the system API DllUnRegisterServer to unregister modules passed on the
command line
module
- Specifies the file name of the module
These options are only used for registry information that cannot be added using the registry
tables of the .
msi
file.