Changes

Microsoft EMET

154 bytes added, 23:27, 21 May 2014
Update for 4.1 U1
== Enhanced Mitigation Experience Toolkit 4 .1 Update 1 ==
This is a silent installer to deploy EMET 4.0 1 Update 1 and load a custom policyas specified in %configpath%. If you don't want to create a custom policy, EMET comes with sample policies in %PROGRAMFILES(x86)%\EMET 4.01 Update 1\Deployment\Protection Policies.
The EMET GUI is a 32-bit program, but EMET itself works on 32- and 64-bit machines.
Download EMET and its user's guide at http://www.microsoft.com/en-us/download/details.aspx?id=3927341138
<source lang="xml">
<packages>
<package id="emet" name="Microsoft EMET 4.1 Update 1" revision="15" reboot="false" priority="50">
<variable name="pkgstring" value="EMET 4.01 Update 1"/> <!-- Customize this to point to your preferred configuration --variable name="pkgpath" value="EMET 4.1U1"/> <variable name="configpath" value="%SOFTWARE%\%pkgstringpkgpath%\test-20131107prod-220140521.xml"/>
<check type="uninstall" condition="exists" path="%pkgstring%"/>
<!-- N.B. this does not implement checking to see if your policy is loaded! -->
<install cmd="msiexec /qn /i &quot;%SOFTWARE%\%pkgstringpkgpath%\EMET Setup.msi&quot;"/> <install architecture="x64" cmd="%PROGRAMFILES(x86)%\%pkgpath%\EMET_Conf.exe --import &quot;%configpath%&quot;"/> <install architecture="x86" cmd="%PROGRAMFILES%\%pkgpath%\EMET_Conf.exe --import &quot;%configpath%&quot;"/>
<!-- You can also use EMET_Conf.exe to do other configuration, per the User's Guide --> <install upgrade architecture="x64x86" cmd="%PROGRAMFILES(x86)%\%pkgstringpkgpath%\EMET_Conf.exe --import &quot;%configpath%&quot;"/> <install upgrade architecture="x86x64" cmd="%PROGRAMFILES(x86)%\%pkgstringpkgpath%\EMET_Conf.exe --import &quot;%configpath%&quot;"/>
<upgrade include="install"/>  <remove cmd="msiexec /qb /x{1F7019BB6A09FEB2-1C9A691C-4E54456B-9B59B982-1744629E63B12F6D21B19602}"/>
</package>
Anonymous user