Install a nugget package that install different windows service in it

Hello
I have a nuget package containing 4 windows service executable. All those services share the same library so they are on the same directory. How can i deploy them ? do i need to create a custom powershell step ? If i enable ‘windows service’ feature, i can setup only one window service.

thanks for your help
sebastien

Hi Sebastien,

Thanks for getting in touch! In this case you would start with a single package step deployment, and then you can add extra steps using some windows service steps found in our library:
https://library.octopusdeploy.com/#!/listing (search for windows service).

Hope that helps!
Vanessa