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
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
C H A P T E R 7
Updating the software
64