I have been working on a "Mac Rollout Project". After I run the Macs through the Apple setup, I have a list of .DMG / Applications that I have to install. There is no particular order that the .DMG / Applications need to follow while being installed. It's just tedious.
Is there a way that I create a script/pkg/sudo on the Mac, That will allow me to automate this process?
(I have all of the applications that I need on an external hard drive)
.dmgimage is easy enough with AppleScript. You can even obtain its contents, such as an.appfile. However, that's where automation ends: you can't readily automate moving the.appfile into/Applicationsdue to macOS's quarantining. I believe you can turn of these security features, but I'm not sure how wise that would be. – CJK Apr 02 '19 at 08:02