[!note] the equivalent windows installer command-line option is /i with msipatchremove=update1.msp patchguid1[;update2.msp patchguid2] set on the command line.
/log
log option. writes logging information into a log file at the specified existing path. the path to the log file location must already exist. the installer does not create the directory structure for the logfile. the following information is entered into the log:
status messages
nonfatal warnings
all error messages
start up of actions
action-specific records
user requests
initial ui parameters
out-of-memory or fatal exit information
out-of-disk-space messages
terminal properties
[!note] the equivalent windows installer command-line option is /l*.
[!note] for more information about all the methods that are available for setting the logging mode, see normal logging in the windows installer logging section.
/package
install product option. installs or configures a product.
[!note] the equivalent windows installer command-line option is /i.
/update
[;update2.msp]
install patches option. installs one or multiple patches.
[!note] the equivalent windows installer command line has patch = [msipatch.msp]<;patchguid2> set on the command line.