2019-06-03
Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.
or install via brew:
brew cask install microsoft-office
Microsoft_Office_2019_VL_Serializer
 and it will automatic activate Office 2019If you alaways been asked for ‘Sign in’ and still requires activation, please try to remove Office license files on a Mac. Here is the official download link for Microsoft_Office_License_Removal tool. (thanks for @lidroider’s comment)
The Serializer.pkg
 in this gist is signature by Microsoft Corporation Official. To check it, you can see details in this comment
2018-04-25
or install via brew:
# brew cask install microsoft-office # this point to Office 2019 now
# install last office 2016 version below
brew cask install https://github.com/Homebrew/homebrew-cask/raw/538c7cf34c085e3bb4fdac36f6370ded87930036/Casks/microsoft-office.rb
com.microsoft.office.licensingV2.plist
 to Preferences
# md5(com.microsoft.office.licensingV2.plist) = a8f1283303838b4d3bd943775e463239
cp com.microsoft.office.licensingV2.plist /Library/Preferences/
# or download it in library by command line
curl -sSL git.io/office16-plist -o /Library/Preferences/com.microsoft.office.licensingV2.plist
w.)
Leave a Reply