how do I start my service on install?

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

Guest

I created a setup program using .NET Studio IDE to install my Service. How do
I configure it to start up my Service once it finishes installing?
 
You can do it using the custom action editor.
In Solution Explorer, select the setup project.
On the view menu, click Editors-> Custom Actions
Under Install, add primary output from <your service name>

Hope that helps.

Judy
 

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