Installing a Windows Service with dependencies

后端 未结 5 940
小蘑菇
小蘑菇 2020-12-15 21:18

My installer program doesn\'t suppport installing services but I can run a program/command line etc so my question is how can I install a Windows Service and add 2 dependenc

5条回答
  •  萌比男神i
    2020-12-15 21:44

    There is a dynamic installer project on codeproject that I have found useful for services installation, in general.

提交回复
热议问题