C# 클래스 Microsoft.Tools.WindowsInstaller.PatchApplicator

Applies applicable patch transforms to a database.
Calling InstallPackage.ApplyPatch fails commits so we need to apply applicable transforms directly.
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

비공개 메소드들

메소드 설명
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