Rollback scenario

hi,
I have just look on octopuse documentation but i cannot find anything about rollaback scenario.
Could you please explain how it works in octopuse?
Secondly how can rollback can work in case of custom ps scripts for instance your example with Windows Service Creation.

Best,
Jacek M.

Hi Jacek,

I just wrote this blog post to attempt to answer this question:

In the case of that PowerShell script, a simple solution would be to add a try/catch block to the PowerShell script.

Paul