Deployment Tools Foundation
TransactionAttributes Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TransactionAttributes
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.dll) Version: 3.0.0.0 (3.9.1006.0)