Adds the specified installer to this collection of installers.
[Visual Basic] Overridable Public Sub Add( _ ByVal installer As Installer _ ) [C#] public virtual void Add( Installer installer ); [C++] public: virtual void Add( Installer* installer ); [JScript] public function Add( installer : Installer );
The Parent property of the added Installer is set to specify the Installer containing this collection.
InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | All | AddRange | Remove | RemoveRange | Installer