gTo run a major softwareupdate using a Windows Installer updateinstallation package
Runt hef ollowingcommand:
msiexec /i "[Path]\[File].msi" [Parameter]
Where
o[Path] is the patht o the MSI file.
o[File] is the nameof t heMSI file.
o[Parameter]is the installation parameter(see Parameters onpage80).
gTo run a minor softwareupdate using a Windows Installer updateinstallation package
Runt hef ollowingcommand:
msiexec /i "[Path]\[File].msi" REINSTALL=ALL REINSTALLMODE=vomus
[Parameter]
Where
o[Path] is the patht o the MSI file.
o[File] is the nameof t heMSI file.
o[Parameter]is the installation parameter(see Parameters onpage80).
CH A P T E R 7
Updatingthe softwar e
64