User Tools

Site Tools


check_office_version_override

Override Office Installation Version Check

If you run an older version of your MacOS chances are that you're not able to update Office anymore. To work arrount this issue you have to download the latest installation package from your Office. Do the following:

  1. Download latest version of Office
  2. Extract the Office .PKG file
  3. Change to the extracted directory and find the file DISTRIBUTION
  4. Open the DISTRIBUTION file with CotEditor (or anyother suitable editor)
  5. Find within the file the version of Office (something like <os-version min=“11.0”/>
  6. Change the version from 11.0 to 10.0.
  7. Find all version numbers (currently 2 to change)
  8. Save the file
  9. open a terminal
  10. enter the following line
  11. sudo pkgutil –flatten /'path to your files' /path/to/output/packagename.pgk ←- the name you want to give your pkg
  12. hit enter
  13. Find the package ready to go.

If this is not working you may have the option to say that your system is already on the latest version. Doing this you have to:

  • Open a terminal on your Mac
  • sudo nano /System/Library/CoreServices/SystemVersion.plist
  • change the version to the the latest version like
 <key>ProductUserVisibleVersion</key>
<string>10.5.8</string>
<key>ProductVersion</key>
<string>10.5.8</string>

to

<key>ProductUserVisibleVersion</key>
<string>10.6</string>
<key>ProductVersion</key>
<string>10.6</string>

Save the file and install your application.

That's it!



Enjoy,

Your ArtIT Team

BACK

check_office_version_override.txt · Last modified: 2023/03/07 15:47 by admin