g To run a major software update using a Windows Installer update installation package
Run the following command:
msiexec /i "[Path]\[File].msi" [Parameter]
Where
o
[Path] is the path to the MSI file.
o
[File] is the name of the MSI file.
o
[Parameter] is the installation parameter (see Parameters on page 80).
g To run a minor software update using a Windows Installer update installation package
Run the following command:
msiexec /i "[Path]\[File].msi" REINSTALL=ALL REINSTALLMODE=vomus
[Parameter]
Where
o
[Path] is the path to the MSI file.
o
[File] is the name of the MSI file.
o
[Parameter] is the installation parameter (see Parameters on page 80).
C H AP T ER 7
Updatingthe software
64