Join Method (attributes)

Microsoft Deployment Tools

Deployment Tools Foundation Join Method (attributes)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransactionJoin(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) Version: 3.0.0.0 (3.5.1623.0)