10-11-2021 01:19 PM - edited 10-11-2021 01:21 PM
I have an .app bundle contained in a .dmg that I am trying to package to deploy to our fleet of machines to the /Applications directory. When I package this via composer utilizing either drag and drop from /Applications to Composer, or via normal snapshot and drag from the .dmg to /Applications I get a usable package that installs fine on 10.15.7 machines. However, when this same package is run(manually or via policy in Jamf Pro) on a macOS 11.x machine the installation to /Applications is literally zero KB and is an unusable "shell" of the .app bundle. The icon is greyed out with a crossed out circle in it(indicating nothing is there).
I'm racking my brain trying to figure out why, has anyone else experienced this/know a fix/workaround?
Solved! Go to Solution.
Posted on 10-12-2021 08:17 AM
@bmack99 It seems to be working when I create a pkg installer and modify the owner/group to root/wheel and set permissions properly. I will bet its a permissions issue. Make sure to set (and click apply to permissions to all enclosed items) and it should work properly. See below:
Posted on 10-12-2021 07:43 AM
Whats the app?
Posted on 10-12-2021 07:59 AM
hey @GabeShack it is the Mersive Solstice app, available here: Mersive Solstice App Downloads
Posted on 10-12-2021 08:17 AM
@bmack99 It seems to be working when I create a pkg installer and modify the owner/group to root/wheel and set permissions properly. I will bet its a permissions issue. Make sure to set (and click apply to permissions to all enclosed items) and it should work properly. See below:
Posted on 10-12-2021 05:34 PM
Thanks a bunch Gabe, this did the trick. I honestly never even noticed the option to change permissions, I've packaged quite a few packages through composer too. Thanks again for the help!
Posted on 10-12-2021 08:26 AM
I should probably show you this one as well just in case: