bungpeng Posted February 3, 2004 Posted February 3, 2004 I was created a Windows Service and setup project, but when I run the .msi file to install this service, system prompt invalid user account or something like that. My login user is administrator level Quote
Administrators PlausiblyDamp Posted February 3, 2004 Administrators Posted February 3, 2004 (edited) You need to provide the account name as either DOMAIN\UserName or COMPUTERNAME\UserName Edited February 3, 2004 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
bungpeng Posted February 3, 2004 Author Posted February 3, 2004 I found the solution, in "ProjectInstaller.vb" file, I can't use "LocalService" or "NetworkService" for ServiceProcessInstaller1.Account because they available only on Windows XP. http://ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfSystemServiceProcessServiceAccountClassTopic.htm Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.