I will still ask another obvious question: enable detailed logging of windows installer, and compare the logs.
Main Topics
Browse All TopicsHello Experts,
I recently created a simple windows service, created a deployment project and when I run the install from Visual studio eg right clicking on the deployment project node ->install the service installs successfully. It loads in my list of services(services.msc) I start it and all is good. But if I run the the msi installer manually from the release folder(double clicking the setup or msi file) the install completes sucessfully but the service is not listed in the services list. I realize there are other methods such as installUtil from command line but it is a requirement to have the msi installer. Please any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I will still ask another obvious question: enable detailed logging of windows installer, and compare the logs.
Business Accounts
Answer for Membership
by: dbedooPosted on 2008-12-31 at 08:33:43ID: 23271050
as a side note before anyone asks the obvious questions , yes I created an installer class and yes under the deployment project I have created custom actions for primary out put on install, Commit, Rollback, Uninstall
It runs runs correctly when installed from the Visual STudio's IDE