Same Windows Service, Multiple installers?

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

Guest

We have 3 software products that each use their own SQL Server database.
These databases may reside on the same server but it is not required. Each
software tool needs its own windows service that monitors the database for
certain events to occur.

Essentially, this windows service is generic except for the database it is
accessing.
So what I'd like in the end, is a named windows service running for each
software tool (i.e. Software tool 1's windows service is named
Software1Service, Software tool 2's windows service is name Software2Service,
etc)

Is this possible? Do I write the one generic windows service and 3 setups?
I've successfully written a windows service and installer before but it's not
obvious to me where you can change the name of the service itself...
 

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