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