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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Join( TransactionAttributes attributes )
Public Sub Join ( _ attributes As TransactionAttributes _ )
public: void Join( TransactionAttributes attributes )
Parameters
- attributes (TransactionAttributes)
- Select optional behavior when joining the transaction.
Remarks
Win32 MSI API: MsiJoinTransaction
Exceptions
Exception | Condition |
---|---|
InvalidHandleException | The transaction handle is not valid. |
InstallerException | The transaction could not be joined. |