Reputation: 601
I'm using Quartz server as a windows service to schedule a task. I want Quartz server to be part of Visual studio installer project. I have created a custom action for QuartzServer.exe but it is not getting installed as a Service with setup execution. How to accomplish this?
Upvotes: 0
Views: 1800
Reputation: 601
Quartz Server Windows Service is based on topshelf so topshelf uses its own framework commands to install windows services.following link explains mechanism that can be used to integrate with MSI installer
Upvotes: 1