C# Class Microsoft.Tools.WindowsInstaller.PatchApplicator

Applies applicable patch transforms to a database.
Calling InstallPackage.ApplyPatch fails commits so we need to apply applicable transforms directly.
Mostra file Open project: heaths/psmsi Class Usage Examples

Private Methods

Method Description
Add ( string path ) : void

Adds a patch to the list for consideration.

Apply ( bool throwOnError = false ) : void

Applies applicable transforms in order of sequenced patches.

Copy ( Microsoft.Deployment.WindowsInstaller.Package.InstallPackage db ) : Microsoft.Deployment.WindowsInstaller.Package.InstallPackage
PatchApplicator ( Microsoft.Deployment.WindowsInstaller.Package.InstallPackage db ) : System

Creates a new instance of the PatchApplicator class.

TryDelete ( string path ) : void