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