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);
ServiceProcessInstaller Class | ServiceProcessInstaller Members | System.ServiceProcess Namespace