ViewTransform Method (transformFile)

Microsoft Deployment Tools

Deployment Tools Foundation ViewTransform Method (transformFile)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerDatabaseViewTransform(String)
Apply a transform to the database, recording the changes in the "_TransformView" table.
Declaration Syntax
C# Visual Basic Visual C++
public void ViewTransform(
	string transformFile
)
Public Sub ViewTransform ( _
	transformFile As String _
)
public:
void ViewTransform(
	String^ transformFile
)
Parameters
transformFile (String)
Path to the transform file
Remarks

Win32 MSI API: MsiDatabaseApplyTransform

Exceptions
Exception Condition
InstallerException the transform could not be applied
InvalidHandleException the Database handle is invalid

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)