Description
PMPC Cloud currently allows uploading custom installers and defining install commands manually. However, the resulting package is executed directly or via the PMPC wrapper, there is no built-in option to wrap it in a PSADT template for standardized deployment. You have to upload the PSADT template every time.
Tools like Robopack already offer this workflow: you drop in an installer, it gets analyzed, and you can choose to wrap it in a PSADT installation script template before deployment. This results in a fully structured, PSADT-based package with all the benefits that come with it, consistent UI suppression, logging, exit code handling, deferred installations, and so on.
Requested behaviour
During custom app / manual package creation, after uploading an installer and configuring install parameters, offer an additional option such as "Wrap in PSADT template"
Users can select from available PSADT templates (ideally including custom templates they have defined)
PMPC Cloud generates a complete PSADT-based deployment package with the uploaded installer embedded, ready to deploy via Intune
The generated package follows the same structure as a manually authored PSADT deployment, ensuring consistency across the environment