Difference between revisions of "MS Security Advisory KB 2718704"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 31: | Line 31: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Silent installers for Windows Hotfixes]] |
Latest revision as of 04:45, 27 March 2013
MS Security Advisory KB 2718704 (Advisory Published: June 4, 2012)
Unauthorized digital certificates could allow spoofing
Download files from here: [1]
Save the files in your %PKG_SOURCE% directory without unpacking.
This will work on all 32bit/64bit Windows 7. Feel free to extend for Windows XP etc.
<package
id="hotfix_kb2718704"
name="Patch for Flame Virus Cert - MS KB 2718704"
revision="1"
reboot="false"
priority="50"
execute="once">
<variable name="PKG_SOURCE" value="%SOFTWARE%\updates" />
<install architecture="x86" cmd='wusa.exe "%PKG_SOURCE%\Windows6.1-KB2718704-x86.msu" /quiet /norestart '>
<exit code='2359302' />
</install>
<install architecture="x64" cmd='wusa.exe "%PKG_SOURCE%\Windows6.1-KB2718704-x64.msu" /quiet /norestart '>
<exit code='2359302' />
</install>
</package>