NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InstallerCollection.Add

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
);

Parameters

installer
An Installer representing the installer to add to the collection.

Remarks

The Parent property of the added Installer is set to specify the Installer containing this collection.

See Also

InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | All | AddRange | Remove | RemoveRange | Installer