Deployment Tools Foundation
PatchPackage Constructor (packagePath)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► PatchPackage ► PatchPackage(String)
Creates a new patch package object; opening the patch database in read-only mode.
Declaration Syntax
Parameters
- packagePath (String)
- Path to the patch package (.MSP)
Remarks
The PatchPackage object only opens the patch database in read-only mode, because
transforms (sub-storages) cannot be read if the database is open in read-write mode.