TransformErrors Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation TransformErrors Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransformErrors
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum TransformErrors
<FlagsAttribute> _
Public Enumeration TransformErrors
[FlagsAttribute]
public enum class TransformErrors
Members
Member Description
None
No error conditions.

AddExistingRow
Adding a row that already exists.

DelMissingRow
Deleting a row that doesn't exist.

AddExistingTable
Adding a table that already exists.

DelMissingTable
Deleting a table that doesn't exist.

UpdateMissingRow
Updating a row that doesn't exist.

ChangeCodePage
Transform and database code pages do not match and neither code page is neutral.

ViewTransform
Create the temporary _TransformView table when applying the transform.

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