We have been deploying the sdl license adobe pkgs by attaching local USB storage then running a script post imaging.
#!/bin/sh
/usr/sbin/installer -pkg /Volumes/Deploy/Fa21BaseFTVM1Install.pkg -target /
Not using imaging now but in testing this with jamf remote doesn't work:
Script result: installer: Error - the package path specified was invalid: '/Volumes/Deploy/Fa21BaseFTVM1Install.pkg'
if running the command locally via terminal it works. Any ideas? Do remotely invoked commands not have access to removable storage?