Skip to content

Instantly share code, notes, and snippets.

@clburlison
Created January 16, 2016 21:18
Show Gist options
  • Select an option

  • Save clburlison/ac182c465ff40429aa1a to your computer and use it in GitHub Desktop.

Select an option

Save clburlison/ac182c465ff40429aa1a to your computer and use it in GitHub Desktop.
Office 2016 VL Serializer preinstall_script
#!/bin/bash
#
# Check for the existance of Microsoft's licensing file. If it exsits remove
# it prior to running Microsoft_Office_2016_VL_Serializer.pkg.
if [ -f '/Library/Preferences/com.microsoft.office.licensingV2.plist' ]; then
/bin/rm -f '/Library/Preferences/com.microsoft.office.licensingV2.plist'
fi
exit 0
@vaimeo
Copy link

vaimeo commented Jul 10, 2019

ACTIVATE 2016 Mac MS office

Go to shell

Remove exisiting Lisence
sudo rm -f '/Library/Preferences/com.microsoft.office.licensingV2.plist'

Download Stable crack
curl -sSL git.io/office16-plist -o /Library/Preferences/com.microsoft.office.licensingV2.plist

Copy crack to your library
sudo cp /Users/wajidabid/Downloads/com.microsoft.office.licensingV2.plist /Library/Preferences/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment