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;
An InstallerCollection representing the collection of installers contained in this Installer instance.
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.
Installer Class | Installer Members | System.Configuration.Install Namespace | Parent | AssemblyInstaller | TransactedInstaller | ComponentInstaller