TransactionAttributes Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation TransactionAttributes Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransactionAttributes
Attributes for Transaction methods.
Declaration Syntax
C# Visual Basic Visual C++ F#
[FlagsAttribute]
public enum TransactionAttributes
<FlagsAttribute>
Public Enumeration TransactionAttributes
[FlagsAttribute]
public enum class TransactionAttributes
[<FlagsAttribute>]
type 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.11.1.2318)