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.
Declaration Syntax
Parameters- transformFile (String)
- Path to the transform file
RemarksWin32 MSI API: MsiDatabaseApplyTransform
Exceptions| Exception | Condition |
|---|---|
| InstallerException | the transform could not be applied |
| InvalidHandleException | the Database handle is invalid |