Just used 10.14.3 Combo Update for build 18D42 to 18D43.
View attachment 818751
Couple of Questions:
- What are the fixes or enhancements for this between 18D42 and 18D43 builds
- Anyone know the steps to use the combo on unsupported systems?
Thanks.
Download the update.
Open the update.
Move the update.pkg to Desktop.
Open Terminal.
Enter pkgutil --expand n
ow drag and drop the .pkg from the Desktop into the Terminal window and type after a space ~/Desktop/Expanded hit Return and wait, this takes a little while.
Open Expanded folder and then open Distribution file in Text Edit
Scroll down to the line
function InstallationCheck(prefix) {
enter the text return true; so it looks like this
function InstallationCheck(prefix) {return true;
now save the changes
Go back to Terminal pkgutil --flatten ~/Desktop/Expanded ~/Desktop/Modified.pkg
Using the .pkg extension is crucial.
If you are trying to install the update to an HFS+ disk then there is another alteration you can make, before flattening and creating the package.
Again in the Distribution file scroll down to
function VolumeCheck(prefix) {
again enter return true; after the bracket, so it looks like this,
function VolumeCheck(prefix) {return true;
save changes etc.
One thing to note is if your Mac like mine has different OS's on it on other drives this method will tell you that all drives are able to install the update, DO NOT INSTALL ON ANY DISK/ PARTITION, ONLY INSTALL TO A DISK/ PARTITION THAT HAS MOJAVE ON IT. Select your disk wisely, and double check.