C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.Commands.PackageCommandBase

Base class for cmdlets that process Windows Installer database packages.
상속: ItemCommandBase
파일 보기 프로젝트 열기: heaths/psmsi

Private Properties

프로퍼티 타입 설명
OpenDatabase Microsoft.Deployment.WindowsInstaller.Database

보호된 메소드들

메소드 설명
ApplyTransforms ( Microsoft.Deployment.WindowsInstaller.Package.InstallPackage db ) : void

Applies any applicable transforms from Patch and Transform to the given package.

ResolveFiles ( IEnumerable paths ) : IEnumerable

Resolves all to file system provider-specific paths.

비공개 메소드들

메소드 설명
OpenDatabase ( string path ) : Microsoft.Deployment.WindowsInstaller.Database

메소드 상세

ApplyTransforms() 보호된 메소드

Applies any applicable transforms from Patch and Transform to the given package.
protected ApplyTransforms ( Microsoft.Deployment.WindowsInstaller.Package.InstallPackage db ) : void
db Microsoft.Deployment.WindowsInstaller.Package.InstallPackage The database to which applicable transforms are applied.
리턴 void

ResolveFiles() 보호된 메소드

Resolves all to file system provider-specific paths.
protected ResolveFiles ( IEnumerable paths ) : IEnumerable
paths IEnumerable The paths to resolve.
리턴 IEnumerable