TransactionAttributes Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation TransactionAttributes Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransactionAttributes
Attributes for Transaction methods.
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum TransactionAttributes
<FlagsAttribute> _
Public Enumeration TransactionAttributes
[FlagsAttribute]
public enum class TransactionAttributes
Members
Member Description
None
No attributes.

ChainEmbeddedUI
Request that the Windows Installer not shutdown the embedded UI until the transaction is complete.

JoinExistingEmbeddedUI
Request that the Windows Installer transfer the embedded UI from the original installation.

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