Difference between revisions of "MS Security Advisory KB 2718704"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with "'''MS Security Advisory KB 2718704''' (Advisory Published: June 4, 2012) ''Unauthorized digital certificates could allow spoofing'' http://blogs.technet.com/b/srd/archive/2012/...")
 
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>
 
<package
 
<package
 
  id="hotfix_kb2718704"
 
  id="hotfix_kb2718704"
Line 29: Line 30:
  
 
</package>
 
</package>
 +
</source>

Revision as of 13:52, 4 June 2012

MS Security Advisory KB 2718704 (Advisory Published: June 4, 2012)

Unauthorized digital certificates could allow spoofing

http://blogs.technet.com/b/srd/archive/2012/06/03/microsoft-certification-authority-signing-certificates-added-to-the-untrusted-certificate-store.aspx

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>