Two questions.
1) I followed Walkthrough of Win Service App. At the end, when I run Setup
it complains about incorrect user and/or password. Where does it look for
userid? I have logged in as Administrator.
2) Why cannot I install the service with ServiceName.exe /install command as
I do for non-dotNet service?

Signature
Thanks for your help.
Harshad Rathod
1) If by "complain about the account" you mean it's asking you for one at
install time, you've probably got the Account property set to User:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fSystemServiceProcessServiceProcessInstallerClassAccountTopic.asp
2) No answer to this except that they're not built that way.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> Two questions.
> 1) I followed Walkthrough of Win Service App. At the end, when I run
[quoted text clipped - 5 lines]
> as
> I do for non-dotNet service?
Harshad - 08 Dec 2004 16:57 GMT
Thank you.
> 1) If by "complain about the account" you mean it's asking you for one at
> install time, you've probably got the Account property set to User:
[quoted text clipped - 11 lines]
> > as
> > I do for non-dotNet service?