Deployment Tools Foundation
GetTransforms Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► PatchPackage ► GetTransforms()()()()
Gets the names of the transforms included in the patch package.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string[] GetTransforms()
Public Function GetTransforms As String()
public: array<String^>^ GetTransforms()
member GetTransforms : unit -> string[]
Return Value
Remarks
The returned list does not include the "patch special transforms" that are prefixed with "#"
The list of transform names is stored in the LastSavedBy field of the patch summary information.
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)