Deployment Tools Foundation
GetValidTransforms Method (installPackage)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► PatchPackage ► GetValidTransforms(InstallPackage)
Analyzes the transforms included in the patch package to find the ones that
are applicable to an install package.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string[] GetValidTransforms( InstallPackage installPackage )
Public Function GetValidTransforms ( installPackage As InstallPackage ) As String()
public: array<String^>^ GetValidTransforms( InstallPackage^ installPackage )
Parameters
- installPackage (InstallPackage)
- The install package to validate the transforms against
Return Value
Remarks
The returned list does not include the "patch special transforms" that
are prefixed with "#" If a transform is valid, then its corresponding
special transform is assumed to be valid as well.
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)