Patrick Schoenbach
Contributor
- Mar 31, 2017
- 103
Hello,
some of my software requires KB3033929 to be installed, and these installers claim this update would be missing. However, if I try to install that update manually via the .msu package, it says, KB3033929 would be installed already.
If I unzip the MSU package and then run
then installation works and the software installers temporarily recognize KB3033929. However, after the next reboot this update is no longer recognized again.
How can I fix this so KB3033929 is recognized permanently?
some of my software requires KB3033929 to be installed, and these installers claim this update would be missing. However, if I try to install that update manually via the .msu package, it says, KB3033929 would be installed already.
If I unzip the MSU package and then run
Code:
dism /online /add-package:C:\Windows6.1-KB3033929-x64.cab
then installation works and the software installers temporarily recognize KB3033929. However, after the next reboot this update is no longer recognized again.
How can I fix this so KB3033929 is recognized permanently?