Dejulia489 / WindowsServiceManager

https://marketplace.visualstudio.com/items?itemName=MDSolutions.WindowsServiceManagerWindowsServiceManager
MIT License
11 stars 9 forks source link

Make Start Service Optional #29

Closed Girxffe closed 4 years ago

Girxffe commented 4 years ago

Altered the script to make Start Service optional.

Dejulia489 commented 4 years ago

Looks good, however the default value should be true. I will make the update and publish soon.

Dejulia489 commented 4 years ago

Moved start service to advanced group

Dejulia489 commented 4 years ago

Also you did not pass the arguments to the script block, so the bool value had no effect. This has been resolved.

ctranter-aag commented 4 years ago

thanks @Dejulia489 ! i was making the changes blind as i had no idea how to test/debug! thanks for the additional changes