Hi
Thanks I've already followed all this step.
The problem is the missing package in my error refer to version prior my current version.
So I tried to install 10.0.19041.450 for example but it said I can't install it because I'm on a more recent version.
If I try to install it's what I have:
Appl: Higher version found for package: Package_for_RollupFix~31bf3856ad364e35~amd6419041.450.1.7, superseded. (Version on system:Package_for_RollupFix~31bf3856ad364e35~amd6419041.508.1.9)
it's like if the new installer ignoring the fact I'm already on version 508
edit:
after trying that:
If these fail to correct the issue then determine use the following steps:
- Create a new folder named as C:\temp\cab
- Download update package KBxxxxxxx from http://www.catalog.update.microsoft.com/Home.aspx to C:\temp
- Run command line below to extract .msu file for getting .cab file.
- expand -F:* C:\temp{.msu file name with extension} C:\temp\cab
- Run DISM command line below to add .cab file.
- Dism /online /add-package /packagepath:c:\temp\cab{.cab file with extension}
It worked by selecting kb4566782
Lionel