You can use this command to install a Windows update from its cab file.
dism /online /add-package /packagepath:<path_to_the_cab_file>
an IT System Engineer
You can use this command to install a Windows update from its cab file.
dism /online /add-package /packagepath:<path_to_the_cab_file>