- Contents
Group Policy Deployment Technical Reference
Apply a patch
If a patch is available to be applied at the time of the initial install,
it can be added using the PATCH property:
msiexec /i <PathToMSI> /l*vx <PathToLogFile> PATCH=<FullPathToMSP>
Where <FullPathToMSP> is the full path
to the patch. Again, surround this value in quotes if it contains spaces.
Examples
msiexec /i "\\SoftwarePC\IC client installs\ICUserApps_32bit_2015_R1.msi" /l*vx "C:\temp\ICUserApps_32bit_2015_R1.log" PATCH="\\SoftwarePC\IC client patches\ICUserApps_32bit_2015_R1_Patch1.msp" /qn
msiexec /i "\\SoftwarePC\ICapps\ICuserapps\ICUserApps_32bit.msi" /l*vx "%temp%\ICUserApps_32bit_2015_R1.log" PATCH="\\SoftwarePC\currentICpatches\ICUserApps_32bit_2015_R1_Patch1.msp" /qn

