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!

AssemblyInstaller Constructor (String, String[])

Creates a new AssemblyInstaller for the given assembly and passes the given command line arguments to its Context object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal filename As String, _
   ByVal commandLine() As String _
)
[C#]
public AssemblyInstaller(
   string filename,
   string[] commandLine
);
[C++]
public: AssemblyInstaller(
   String* filename,
   String* commandLine[]
);
[JScript]
public function AssemblyInstaller(
   filename : String,
   commandLine : String[]
);

Parameters

filename
the filename of the assembly to install
commandLine
the command line to use when creating a new InstallContext object for the assembly's install.

See Also

AssemblyInstaller Class | AssemblyInstaller Members | System.Configuration.Install Namespace | AssemblyInstaller Constructor Overload List