Removes an installer from the collection.
Removes the installer specified by its index value from the collection.
[Visual Basic] Overloads Overridable Public Sub Remove(Integer)
[C#] public virtual void Remove(int);
[C++] public: virtual void Remove(int);
[JScript] public function Remove(int);
Removes the specified Installer from the collection.
[Visual Basic] Overloads Overridable Public Sub Remove(Installer)
[C#] public virtual void Remove(Installer);
[C++] public: virtual void Remove(Installer*);
[JScript] public function Remove(Installer);
InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace