How to install the Win10 CAB/MSU format update patch? Manually install Win10 update package

  

When we update the patch for Win10 system, we can see the upgrade window or the percentage of switch configuration. We can't see the Win10 system automatically update, for example, if the user is updating the system. If the installation fails, you don't have to try it anymore. We can use the manual installation method. However, before this, users need to download the Win10 system update patch. The Win10 system update patch is divided into two formats: MSU and CAB format.

MSU format update package:

This format of the installation package can be run by double-clicking, but if you use the command line, you can add some parameters to make the installation process more suitable for yourself. Requirements. Let's take the KB3172988 patch for Win10 stable preview version 10586.494 as an example to explain how to use the installation command.

The format of the command is as follows:
wusa.exe "X:\\path\\filename.msu" /quiet /norestart

where wusa.exe is the install command and the contents of the quotes are updated Package path (need to be rewritten according to their actual situation), followed by /quiet means silent installation, /norestart means no need to restart (these parameters can be used as appropriate).

CAB format update package:

This format is more common in language packs, but the method introduced today does not apply to the installation of language packs, only for update pack installations of this format. Pay great attention to this, the tools used are also command prompts.

The format of the command is as follows:
dism /online /add-package /packagepath:"X:\\path\\filename.cab"

After downloading the update package, use the code snippet above to automatically To install, you need to pay attention to: all the characters in the path are lowercase, as long as there is no problem with the path, the rest of the things no longer need you to operate, you just have to wait.

Copyright © Windows knowledge All Rights Reserved