Installing KB3191566

Hi,

We are trying to install KB3191566 on Windows 7 systems.
https://www.microsoft.com/en-us/download/details.aspx?id=54616

This KB article is not relevant on any system in our environment(when viewed through the Bigfix console) even after having 10000 odd Windows 7 machines. Even after installing it manually and restarting the system, it is not reflecting on Windows 7 systems.

We have even tried deploying it via BigFix, after which the patch is installed but the powershell version is not updated. We have met all pre-requisites.

i am also facing same issue…

Please update …

@BigFixNinja
@strawgate

That’s odd, I’ve been deploying WMF 5.1 to our Win7 endpoints recently and this has worked just fine for us. Are you using the Powershell based script installer, or just the MSU package?

For reference, this is what my action looks like (haven’t put this on BigFix.me):
// WMF 5.1 install on Windows 7 SP1
// Requires .NET Framework 4.5.2 (release version >= 379893)
continue if {exists (keys “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client” of native registries) whose (exists values “Release” whose (it >= 379893) of it)}

if{x64 of operating system}
prefetch Win7AndW2K8R2-KB3191566-x64.msu sha1:e23d70f50d44ce803c5cdbd1a2f538d26d9b8dcf size:68054745 http://ecmsrvnam03.ssds.slb.com:52311/Uploads/Microsoft/WMF/5.1/Win7AndW2K8R2-KB3191566-x64.msu
waithidden “{pathname of system folder & “\wusa.exe”}” “{pathname of client folder of current site & “__Download\Win7AndW2K8R2-KB3191566-x64.msu”}” /quiet /norestart
action may require restart “e23d70f50d44ce803c5cdbd1a2f538d26d9b8dcf”

else
prefetch Win7-KB3191566-x86.msu sha1:a041e9b51dac5808f400a5498bcd1f1c415ef044 size:44807068 http://ecmsrvnam03.ssds.slb.com:52311/Uploads/Microsoft/WMF/5.1/Win7-KB3191566-x86.msu
waithidden “{pathname of system folder & “\wusa.exe”}” “{pathname of client folder of current site & “__Download\Win7-KB3191566-x86.msu”}” /quiet /norestart
action may require restart "a041e9b51dac5808f400a5498bcd1f1c415ef044"
endif

The only errors I’ve run into with this method are 112, which means there’s not enough space to perform the upgrade, and a very few 14003 (SxS issue) and 3017 (update failed, reboot required to roll back). These are the exceptions to the rule, however.

1 Like

guys i am facing same issue please help!!!

Action is getting failed with various exit codes like
-2147467262 , -2147418113 , -2147221164 , 193 , 38 , 23 , 6801