NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TransactedInstaller Class

A transacted install will either completely succeed or fail and leave the machine in its initial state. To run installers in a transaction, add them to the Installers collection of this class.

Object
   Component
      Installer
         TransactedInstaller

[Visual Basic]
Public Class TransactedInstaller
   Inherits Installer
[C#]
public class TransactedInstaller : Installer
[C++]
public __gc class TransactedInstaller : public Installer
[JScript]
public class TransactedInstaller extends Installer

Remarks

[To be supplied.]

Requirements

Namespace: System.Configuration.Install

Assembly: System.Configuration.Install.dll

See Also

TransactedInstaller Members | System.Configuration.Install Namespace