Posted on 06-12-2023 08:07 AM
Hi all,
I have a software for macOS with an installation that includes a pkg and txt file (contain arguments). Both files must be on the same folder for the installation.
After installation and giving full disk access, I used the PPPC Utility to create the profile. But how can I attach the txt file for future installations?
Or- once I installed once and created the profile, I don't need the txt file anymore?
Thanks!
Ben.
Posted on 06-12-2023 08:36 AM
using composer, put both pkg and text files into /tmp/softwarename
then run post install script... installer -pkg /tmp/softwarename/sofwarename.pkg
Posted on 06-12-2023 11:15 AM
Depends on what exactly you are doing.