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.
|