Would it be worth including dependency types like the following?
MSI - e.g. simplify kicking off an MSI install once a file download or file system dependency has run, without requiring an external 'Task' script.
Archive - ditto, for extracting archives. Many distribution sources offer an archive, not the raw data needed for a dependency
Command - Run the specified PowerShell command. Introduces opportunity for injection, but would be much handier than requiring an external script, which is still theoretically an injection target (unless signed, ha)
Open to feedback, but I'm leaning towards including these, for convenience.
Would it be worth including dependency types like the following?
Open to feedback, but I'm leaning towards including these, for convenience.
Cheers!