Heres a link from Apple's website. Let me know if you have any questions. This is a direct link to the App Store for the full download.Similar to my other thread, if I want to download a FULL VERSION of macOS High Sierra, where do I go to do that?
And is the process any different from how I did it here?
Thanks.
Heres a link from Apple's website. Let me know if you have any questions. This is a direct link to the App Store for the full download.
Get macOS High Sierra
As far as I know, you should have the choice to download and just hold onto the file or download and install it. If you want to only download the software, then I would recommend doing so onto a usb drive. However, I cannot guarantee that the installation process won’t automatically begin. Therefore, if you have any hesitation, then just sit on it. That link will never expire. You can use it at your leisure. Let me know if you need to know anything else.Before I click on that link, let me explain my goal...
My current Retinas run Sierra, but I would like to get a full copy of High Sierra in case I want to upgrade.
I want something that I can legally retain indefinitely and that won't disappear on me. (Same goals as in this thread: Getting a copy of macOS Sierra)
Also, I do NOT want to upgrade my Retinas to High Sierra at the moment. I just want a full copy of High Sierra should I want to upgrade later on.
Make sense?
And what will clicking on that link do?
Will it allow me to simply downlaod a copy of High Sierra for later use, or is it going to try and upgrade my Retina from Sierra to High Sierra on the spot?
I want something that I can legally retain indefinitely and that won't disappear on me. (Same goals as in this thread: Getting a copy of macOS Sierra)
Which versions of macOS? I've worked around this by changing the date in Terminal prior to install.You can retain it all you like but you won’t own it. The Apple TOS is clear. They retain ownership of their software while”allowing” you to use it. They can “unsigned” the installer at any time.
In the past I have done exactly what you describe only to find out a few years down the road, while trying to install the OS, that Apple has disabled it. They can do this because at the beginning of the installation the computer “phones home” to Apple to verify that the installer is legit. If, in the future, Apple doesn’t think you should install that version of OS on that particular machine they will not authorize it and the installation will be shut down.
I always use the python script for recent macOS downloads.
Search for installinstallmacos.py
That will take you to the support/download page to get that script.
The script gives you access to download either High Sierra, or Mojave, both are current versions of the installer.
It's easy to use from the terminal, and then you just wait for the download to complete.
You get a copy of a .dmg file. Double-click that to mount the image, where you will see the installer app. Copy the installer to wherever you want to keep it.
sudo softwareupdate --clear-catalog
https://managingosx.wordpress.com/2017/09/26/some-stuff-about-install-macos-high-sierra-app/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.
sudo /path/to/installinstallmacos.py
Could not find a default catalog url for this OS version.
sudo python /path/to/installinstalmacos.py
cd /path to macOS save folder
sudo <space>
/Users/user2/Documents/+MYDOWNLOADS/installinstallmacos.py
sudo /Users/user2/Documents/+MYDOWNLOADS/installinstallmacos.py
Could not find a defualt catalog url for this OS version.
Go back to the GitHub link.
Click on macadmin-scripts. It's in blue, near the top of the page.
Or, just go to this link (it's the same page)
NOW, click on the Clone or Download link (it's bright green, hard to miss)
You will get a pop-up window - choose Download Zip.
You will download a zipped folder with the files on that same page.
Double-click to un-zip that folder.
Inside, look for the file that you have been trying to use: installinstallmacos.py
Move or copy that to somewhere you would like to keep it.
Now, set up the same python command, but drag that new installinstallmacos.py to make a new path in the terminal command. (Should be OK now.)
user2$ sudo /Users/user2/Documents/+MYDOWNLOADS/installinstallmacos.py <enter>
Password: ****** <enter>
Could not find a default catalog url for this OS version.
user2$ _
Getting the same error. Use this instead:
http://dosdude1.com/highsierra/
Read the stack exchange link I posted. It contains a guide to hopefully re initiate a download of the full installer via the App Store.
Massive bump to @IlyaB, I was stumped trying to get the full 5gb Install MacOS High Sierra.app but was stuck with the 19mb stub version.
My Process to get a working app that is currently making my bootable USB for High Sierra
1: Go to Mac App Store and download High Sierra (the 19mb stub)
2: Click Continue in the installer app once it downloads
3: Choose your boot disk (or any disk that has space)
4: Allow the installer to download (this is the contents of the missing "SharedSupport" folder within the installer stub)
5: The installer will prompt you to restart after finishing the 5gb download, at this point quit the installer and do not restart your system!
6: Go to your root (or whichever location you chose in step 3) and find the folder "macOS Install Data"
7: Copy the contents of that folder disregarding .DS_Store
(9 files, folders, dmgs, pkgs, and plists)
8: Go to your Applications folder where the Mac App Store downloaded the stub version of "Install macOS High Sierra"
9: Right Click on that file and "Show Package Contents"
10: Within the Contents folder, create a new folder called "SharedSupport"
11: Paste the files you copied earlier from the installer download
12: And you're done! You should have a fully functional Installer file for bootable USB drives or just copying to other systems whether they be offline, or you just don't want to download the installer over and over.