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!

InstallContext Constructor

Initializes a new instance of the InstallContext class.

Overload List

Initializes a new instance of the InstallContext class; a log file for the installation is not created.

[Visual Basic] Overloads Public Sub New()
[C#] public InstallContext();
[C++] public: InstallContext();
[JScript] public function InstallContext();

Initializes a new instance of the InstallContext class and creates a log file for the installation.

[Visual Basic] Overloads Public Sub New(String, String())
[C#] public InstallContext(String, String[]);
[C++] public: InstallContext(String*, String*[]);
[JScript] public function InstallContext(String, String[]);

See Also

InstallContext Class | InstallContext Members | System.Configuration.Install Namespace