How to start application after installation with PackageMaker
macos, packagemaker
Solution
Use the -b option and give the applications bundle identifcation
" -b bundle_indentifier Specifies the bundle identifier for the application to use when opening the file "
open -b "app.bundle.id"
Problem
I am wondering how to start an application after installation with PackageMaker. I am receiving tons of emails from my users asking me why the app does not start automatically. Thanks in advance for your help, Regards,