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. |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)