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.UseNewContext

If true, creates a new InstallContext object for the assembly's install.

[Visual Basic]
Overridable Public Property UseNewContext As Boolean
[C#]
public bool UseNewContext {virtual get; virtual set;}
[C++]
public: __property virtual bool get_UseNewContext();
public: __property virtual void set_UseNewContext(bool);
[JScript]
public function get UseNewContext() : Boolean;
public function set UseNewContext(Boolean);

See Also

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