Installation Failed: 0X80131049 | Office 2016

Environment
  • Microsoft Office 2016

Content
Installing Office 2016 for a colleague but:
安裝程式找不到 Word.zh-tw\WordLR.cab。請瀏覽至有效的安裝來源,然後按一下 [確定]。

Although set the right location, not work:
安裝程式
無效位置。

Note: Might be because had run the below before the installation:
get-appxpackage -allusers | where-object {$_.packagefullname -like "*.Office.Desktop*"} | remove-appxpackage
get-appxpackage -allusers | where-object {$_.packagefullname -like "*OfficeHub*"} | remove-appxpackage
get-appxpackage -allusers | where-object {$_.packagefullname -like "*.Office.OneNote*"} | remove-appxpackage

Then, went to re-download the original from Microsoft. However, got another question
1: 1935
2: {D6EE1301-2760-45E1-9E48-0A992536EED1}
3: 0x80131049
4: IAssemblyCacheItem
5: Commit
6: Policy.11.0.office, fileVersion="15.0.4420.1017",version="15.0.0.0000000",culture="neutral",publicKeyToken="71E9BCE111E9429C",processorArchitecture="MSIL"

安裝失敗。正在復原變更...

Finally, solved it by:
RENAME HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppModel
   * AppModel~


Reference


Update