GetValidTransforms Method (installPackage)

Microsoft Deployment Tools

Deployment Tools Foundation GetValidTransforms Method (installPackage)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageGetValidTransforms(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
Array of valid transform names
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) Version: 3.0.0.0 (3.5.1623.0)