a. i used the wizard to generate a dummy service. merged the installer code into my project and appears to be a good way
b. anyhow suddenly when the installutil runs, it asks for username, password etc. is there a to mark the service to run under the LocalSystem Account? where does one specify that? But even if i provide a valid username password, it does not seem to install it. Control Panel/Admin Services/Services does not list it. any ideas
Any help deeply appreciated
regard
srini
Look at the ServiceProcessInstaller.Account property.

Signature
Phil Wilson [MVP Windows Installer]
----
> a. i used the wizard to generate a dummy service. merged the installer code into my project and appears to be a good way.
> b. anyhow suddenly when the installutil runs, it asks for username, password etc. is there a to mark the service to run under the LocalSystem
Account? where does one specify that? But even if i provide a valid username
password, it does not seem to install it. Control Panel/Admin
Services/Services does not list it. any ideas?
> Any help deeply appreciated.
>
> regards
>
> srini
Tubinson - 24 May 2004 21:46 GMT
Awsome. This works. Install and Uninstall.
Thanks a bunch.