Posted on 05-28-2020 12:14 PM
Hello Everyone!
Has anyone been able to prevent the Install macOS Catalina app from opening automatically when downloaded as a Mac App Store App? Our organization is planning to deploy Catalina (albeit a little late), and I would like to have our users download the app as an App Store App instead of a pkg hosted on our jamf cloud instance. I would prefer this method since everyone is working from home, and I don't want everyone to download a 8.23 GB file from our jss at once.
Any advice?
Posted on 05-28-2020 01:07 PM
@horganj76 What's downloaded from the App Store is not necessarily the full installer. Apparently depending on the phase of the moon, you might end up with a stub version that downloads the required resources when it's run
Posted on 05-28-2020 01:37 PM
Instead of pushing the App from the App Store, you could use softwareupdate --fetch-full-installer
command. Create a policy that utilizes Files and Processes -> Execute Command. I would also do an inventory update at the end. Once the installer is downloaded, it will be moved to /Applications, but should not open.
Posted on 05-28-2020 04:12 PM
@RBlount I am not seeing the --fetch-full-installer command on the 10.14.6 version of softwareupdate.
I guess we cannot use that to go from Mojave to Catalina, huh?
Posted on 05-29-2020 05:59 AM
@guidotti I always forget that option was not offered until Catalina. Sorry, for the bad information.
Posted on 05-29-2020 10:32 AM
You can download it once, and add it to Self Service, or push it out with Jamf Remote
Posted on 08-27-2020 08:21 AM
We are using the command:
softwareupdate --fetch-full-installer --full-installer-version 10.15.6
Unfortunately it still automatically launches the installer.
Posted on 08-27-2020 08:29 AM
If you're looking to download the Install macOS Catalina.app directly from Apple's servers, then Graham Pugh's erase-install will do that for you without actually starting the installer (and despite the name it also supports running the installer without erasing the Mac)