![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
ViewTransform Method (transformFile)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Database ► ViewTransform(String)
Apply a transform to the database, recording the changes in the "_TransformView" table.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public void ViewTransform( string transformFile )
Public Sub ViewTransform ( transformFile As String )
public: void ViewTransform( String^ transformFile )
![](collapse_all.gif)
- transformFile (String)
- Path to the transform file
![](collapse_all.gif)
Win32 MSI API: MsiDatabaseApplyTransform
![](collapse_all.gif)
Exception | Condition |
---|---|
InstallerException | the transform could not be applied |
InvalidHandleException | the Database handle is invalid |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)