1

I am writing a service in C# using visual studio 2013.

I've added service installer and Project setup. (using Microsoft Visual Studio Installer Projects). I've created installer and installed it.

However, when I go to the windows services list My service doesn't appear there. Can anyone help me?

Thanks ahead

3
  • Did you add the installer class as custom actions to the Install, Uninstall etc nodes in the Custom Action view? Commented Jan 8, 2015 at 19:24
  • I added installer to the project, and then added Installer project to the main project using Project setup. This Project setup installer should install the output of the main project. The installation succeed, but I don't have the service in my services list. Commented Jan 11, 2015 at 7:56
  • 1
    You don't say that you added the custom actions - that is required. Just adding installers won't do anything unless you call them as custom actions. Commented Jan 14, 2015 at 21:37

1 Answer 1

0

Fixed it. Some of the properties of the installer were not set

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.