User Tools

Site Tools


wiki:install_update_using_dism_when_automatic_install_fails

- Downoad the update from Microsoft update catalog https://www.catalog.update.microsoft.com/
- Run CMD.exe as administrator
- Extract the update using following command:

expand {update name}.msu -f:* C:\temp

- Install the update using the following command:

DISM.exe /Online /Add-Package /PackagePath:C:\temp\{update name}.cab

- You should then receive following message:

The operation completed successfully.
Restart Windows to complete this operation.
Do you want to restart the computer now (Y/N)?

- Enter Y to restart the computer

wiki/install_update_using_dism_when_automatic_install_fails.txt · Last modified: by wagner.jer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki