Removes the specified Installer from the collection.
[Visual Basic] Overloads Overridable Public Sub Remove( _ ByVal installer As Installer _ ) [C#] public virtual void Remove( Installer installer ); [C++] public: virtual void Remove( Installer* installer ); [JScript] public function Remove( installer : Installer );
The Parent property of the removed Installer is set to a null reference (in Visual Basic Nothing).
InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | InstallerCollection.Remove Overload List | Add | AddRange | All | RemoveRange | Installer | Parent