How to establish a setup project including windows service project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I intend to establish a setup project including one or multiple windows
service project(s). The outcome package should be SELF-INSTALLABLE on a
separate Windows 2003 PC. How to do?
 
Hi,

Please refer to the ServiceInstaller class documentation in the MSDN
Library. Please also refer to documentation on custom actions in Visual
Studio .NET deployment projects. What you will need is creating a custom
action registering your service within the target system, and then invoking
this custom action from the deployment project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top