C#: Making an Installer that installs both a WPF application (ClickOnce) and a Windows Service

后端 未结 3 1480
栀梦
栀梦 2021-01-13 22:00

I currently have a VS Solution with 2 projects: a WPF application and a Windows Service.

Now, I have managed to get ClickOnce working in installing my WPF applicat

3条回答
  •  感动是毒
    2021-01-13 22:50

    Can you execute a process during the ClickOnce install? You might be able to write the service using Topshelf and then execute MyService.exe /install from ClickOnce.

提交回复
热议问题