Deployment Tools Foundation
ApplyMultiplePatches Method (patchPackages, productCode, commandLine)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Installer ► ApplyMultiplePatches(IList<(Of <(String>)>), String, String)
Applies one or more patches to products that are eligible to receive the patch.
For each product listed by the patch package as eligible to receive the patch, ApplyPatch invokes
an installation and sets the PATCH property to the path of the patch package.
Declaration Syntax
Parameters
- patchPackages (IList<(Of <(String>)>))
- The set of patch packages to be applied. Each item is the full path to an MSP file.
- productCode (String)
- Provides the ProductCode of the product being patched. If this parameter is null, the patches are applied to all products that are eligible to receive these patches.
- commandLine (String)
- optional command line property settings
Remarks
Win32 MSI API: MsiApplyMultiplePatches