
Signature
Phil Wilson [MVP Windows Installer]
----
I'm running Windows 2003. So LocalService account should
work. It makes sense the installer doesn't work on Windows
2000. On Windows 2000, after I changed to LocalSystem, the
problem goes away.
On Windows 2003, if I changed to LocalSystem, it also
worked. Why using LocalService on Windows 2003 doesn't
work?
I also tried to use User. That means when I install my
service, the installer pops up login dialog box to get
user name and password and runs the service as that user.
The same problem also happens on Windows 2003 box. Do you
know why?
Thanks,
Cindy
>-----Original Message-----
>LocalService is not a valid account on Windows 2000, only on XP and higher - is
[quoted text clipped - 62 lines]
>
>.
Phil Wilson - 29 Jan 2004 00:02 GMT
I think that dialog box is expected behavior when the Account property is User :
Quoting from the Account property docs:
"When the Account property is User, the Username and Password properties are
used to define an account under which the service application runs.
The Username and Password pair allows the service to run under an account other
than the system account. This can, for example, allow the service to start
automatically at reboot, when no user is logged on. If you leave either the
Username or Password empty and set Account to User, you will be prompted for a
valid user name and password at installation.
You can also specify that the service run under the local system account, or as
a local or network service."

Signature
Phil Wilson [MVP Windows Installer]
----
> I'm running Windows 2003. So LocalService account should
> work. It makes sense the installer doesn't work on Windows
[quoted text clipped - 93 lines]
> >
> >.