To install a CAB file in Windows 10, please refer these steps:
Open administrative Command Prompt. Type following command after substituting correct CAB file path and press Enter key:
dism /online /add-package /packagepath:”<PUT-CAB-FILE-PATH-HERE>“
This should let you install the update.
Source: How to install CAB file in Windows 10? – Microsoft Q&A
[…]