Join Method (attributes)
From Microsoft Deployment Tools
Deployment Tools Foundation
Join Method (attributes)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Transaction ► Join(TransactionAttributes)
Makes the current process the owner of the multi-package installation transaction.
| C# | Visual Basic | Visual C++ |
public void Join( TransactionAttributes attributes )
Public Sub Join ( _ attributes As TransactionAttributes _ )
public: void Join( TransactionAttributes attributes )
- attributes (TransactionAttributes)
- Select optional behavior when joining the transaction.
Win32 MSI API: MsiJoinTransaction
| Exception | Condition |
|---|---|
| InvalidHandleException | The transaction handle is not valid. |
| InstallerException | The transaction could not be joined. |