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!

ServiceProcessInstaller.RunUnderSystemAccount

Determines whether the services will be installed to run under the system account or under a specific user account. Default is true. If false, the installer will present a login dialog at install time asking for the username and password to use.

[Visual Basic]
Public Property RunUnderSystemAccount As Boolean
[C#]
public bool RunUnderSystemAccount {get; set;}
[C++]
public: __property bool get_RunUnderSystemAccount();
public: __property void set_RunUnderSystemAccount(bool);
[JScript]
public function get RunUnderSystemAccount() : Boolean;
public function set RunUnderSystemAccount(Boolean);

See Also

ServiceProcessInstaller Class | ServiceProcessInstaller Members | System.ServiceProcess Namespace