C# ClickOnce deployment for Windows Services ClickOnce 部署windows service

A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.

A batch file to stop the service then copy the files should be easy to throw together.

Net stop myService
xcopy \\myServerWithFiles\*.* c:\WhereverTheServiceFilesAre
net start myService

http://*.com/questions/3964354/c-sharp-clickonce-deployment-for-windows-services

C# ClickOnce deployment for Windows Services ClickOnce 部署windows service,布布扣,bubuko.com

C# ClickOnce deployment for Windows Services ClickOnce 部署windows service

上一篇:Illustrator教程:如何导出已经设计好的按钮


下一篇:WindowsPhone技术和XNA技术