Some stuff about Install macOS High Sierra.app

Now that macOS 10.13 High Sierra is out, it’s time to start taking about High Sierra stuff!

Munki 3 added support for upgrading macOS via the Install macOS.app for Sierra and High Sierra. A Munki admin need only download the installer from the App Store, and do

munkiimport /Applications/Install\ macOS\ High\ Sierra.app

to import the High Sierra installer into their Munki repo.

But there’s a wrinkle. Many people (including yours truly) were sometimes getting an installer application “stub” when downloading the Install macOS High Sierra application from the App Store. This “stub” application did not include the Contents/SharedSupport folder or its (very important) contents. The needed resources were instead downloaded “on-the-fly” when you ran the Install macOS High Sierra application.

This “stub” application is not useful as something to import into your Munki repo, or to use with AutoDMG or autonbi, or similar things. For these you really want the full installer, that is, one that contains all the needed installation resources in Contents/SharedSupport.

Many theories and ideas were put forth as to what caused one to get the stub vs the full installer. While I’m still not 100% sure about this, I think we’ve narrowed in on the cause.

It appears that when the App Store is downloading the installer app, it also uses softwareupdate to get the resources that normally reside in Contents/SharedSupport. If com.apple.SoftwareUpdate has been configured to use a CatalogURL that points to a softwareupdate catalog that does not contain product URLs for the needed Install macOS High Sierra resources, you get the “stub” application instead.

If, however, softwareupdate is using either Apple’s default CatalogURL, or is pointed to an internal CatalogURL that contains the needed products, you get the full installer.

Currently, the needed resources are Product 091-34298, “Install macOS High Sierra”, but this will almost certainly change over time.

TL;DR: to get a full High Sierra installer from the App Store, make sure softwareupdate is pointed at Apple’s softwareupdate servers or an internal server in which you have synced and made available the “Install macOS High Sierra” product.

Thanks to many people on the MacAdmins Slack for chipping in with their observations.

Advertisement
Some stuff about Install macOS High Sierra.app

4 thoughts on “Some stuff about Install macOS High Sierra.app

  1. Ian Rohrbach says:

    I maintain a small network of office Macs (without OS X Server) and every machine is downloading the ‘stub’ tiny installer rather than the complete installer via App Store. None of the machines have altered the catalog or run a beta release, which makes the stub installer even more curious to me. As an admin (and user!) it drives me nuts that we can not download the complete installers directly from https://support.apple.com/downloads/macos like you can with Combo Updates, but I digress.

    Here you say:

    “TL;DR: to get a full High Sierra installer from the App Store, make sure softwareupdate is pointed at Apple’s softwareupdate servers or an internal server in which you have synced and made available the “Install macOS High Sierra” product.”

    But… how do you do that? What is the proper software update command to point to the proper server to download the full installer? Can you provide the full command necessary? Removing the softwareupdate.plist has no impact.

    Thank you in advance for elaborating further on this solution. From what I can tell, it is impacting a lot of people in similar shoes.

  2. Juan Valdez says:

    I resolved this issue by installing the latest OS updates from the App Store, and then the full installer downloaded the next time around.

Comments are closed.