Difference between revisions of "MS Security Advisory KB 2718704"
From WPKG | Open Source Software Deployment and Distribution
Line 11: | Line 11: | ||
This will work on all 32bit/64bit Windows 7. Feel free to extend for Windows XP etc. | This will work on all 32bit/64bit Windows 7. Feel free to extend for Windows XP etc. | ||
− | <source> | + | <source lang="xml"> |
<package | <package | ||
id="hotfix_kb2718704" | id="hotfix_kb2718704" |
Revision as of 13:52, 4 June 2012
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.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>