"Acquire Packages" should be first step
Give an option (or make it default) to have the "Acquire Packages" step to always happen at the very beginning.
Our use case:
We uninstall a program, then extract the package and install it. If it fails on the package download (which happens automatically right before the extraction), then our deployment target had all of its files deleted, but failed the deployment.
Our current fix:
Make sure the "Extract Packages" step is the first thing in every project, to force "Acquire Packages" to be at the very beginning

-
Hey Jose, does the Package Requirement condition ( https://octopus.com/docs/deployment-process/conditions#package-requirement ) not allow you to achieve this?