简体   繁体   中英

install Quartz as windows service

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?

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

http://www.bjoernrochel.de/2010/01/09/how-to-integrate-a-topshelf-based-service-with-vs-setup-projects/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM