Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > windows service setup error
 

windows service setup error

Dear all,

I'm very new to windows service programming and I keep getting the same error while trying to install. I followed the setup on the MSDN walk through of creating a windows service but still got an error. http://msdn2.microsoft.com/en-gb/library/aa984464(VS.71).aspx

The error i get during the setup process is:
'An exception has occurred during the install phase.
SystemComponentMode.Win32Exception:the account name is invalid or does not
exist, or the password is invalid for the account specified'

Can anyone help me? is it a permission problem? do I have to add some user name and password information to my program? The service runs as a local service.

thanks for the help!!
MKBender  Friday, December 22, 2006 9:29 AM

You've probably got some mismatch in your code, probably in your ServiceProcessInstaller code where there are Account and Username properies.

PhilWilson  Thursday, December 28, 2006 4:59 PM

You can use google to search for other answers

Custom Search

More Threads

• Installation Error R6034
• Change the Background color of User Interface.
• setup project installation problem
• Making project setups
• CAB on Virtual Machines
• The deployment identity does not match the subscription
• Custom Permissions for ClickOnce Application
• How do you retrieve the path of the .msi file
• Why couldn't the program installer detect .NET Framework 2.0 need to install?
• project publishing in visual studio