I'm interested if someone has managed to deploy a Squirrel installer (https://github.com/Squirrel/Squirrel.Windows) with the Octopus workflow. I've had a ClickOnce deployment running just fine with it, but with Squirrel I need access to the nupkg, the ability to run some XML transform, and finally run a command line to push it to a UNC location. So it actually never reaches a remote machine to be installed. I realise Octopus has a different primary focus for delivery, but I wanted to know if someone has manged to figure out a way to do this.
Thanks for any input on this, C.