其他分享
首页 > 其他分享> > InstallUtil

InstallUtil

作者:互联网

C:\Windows\Microsoft.NET\Framework64\v4.0.30319
InstallUtil.exe D:\services\QueueService\QueueService.exe
net start QueueService
net stop QueueService
InstallUtil.exe /u  D:\services\QueueService\QueueService.exe

 

sc create QueueService binpath= "D:\services\QueueService\QueueService.exe"
    sc start QueueService
    sc delete QueueService
    sc create QueueService binpath= “D:\services\QueueService\QueueService.exe” start=auto
    sc start QueueService

 

标签:exe,start,services,InstallUtil,sc,QueueService
来源: https://www.cnblogs.com/hofmann/p/13130433.html