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!

Installer.Installers

Gets the collection of Installer objects contained in this Installer instance.

[Visual Basic]
Overridable Public ReadOnly Property Installers As _
   InstallerCollection
[C#]
public InstallerCollection Installers {virtual get;}
[C++]
public: __property virtual InstallerCollection* get_Installers();
[JScript]
public function get Installers() : InstallerCollection;

Property Value

An InstallerCollection representing the collection of installers contained in this Installer instance.

Remarks

The Install, Commit, Rollback, and Uninstall methods of this Installer instance call the respective Install, Commit, Rollback, and Uninstall methods of each Installer contained in this collection. For examples of the usage of an installer collection see AssemblyInstaller or TransactedInstaller.

See Also

Installer Class | Installer Members | System.Configuration.Install Namespace | Parent | AssemblyInstaller | TransactedInstaller | ComponentInstaller