Changes
Created page with information for EMET 4.0
== Enhanced Mitigation Experience Toolkit 4 ==
This is a silent installer to deploy EMET 4.0 and load a custom policy. If you don't want to create a custom policy, EMET comes with sample policies in %PROGRAMFILES(x86)%\EMET 4.0\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=39273
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="emet" name="Microsoft EMET 4" revision="1" reboot="false" priority="50">
<variable name="pkgstring" value="EMET 4.0"/>
<!-- Customize this to point to your preferred configuration -->
<variable name="configpath" value="%SOFTWARE%\%pkgstring%\test-20131107-2.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 "%SOFTWARE%\%pkgstring%\EMET Setup.msi""/>
<!-- You can also use EMET_Conf.exe to do other configuration, per the User's Guide -->
<install architecture="x64" cmd="%PROGRAMFILES(x86)%\%pkgstring%\EMET_Conf.exe --import "%configpath%""/>
<install architecture="x86" cmd="%PROGRAMFILES%\%pkgstring%\EMET_Conf.exe --import "%configpath%""/>
<upgrade include="install"/>
<remove cmd="msiexec /qb /x{1F7019BB-1C9A-4E54-9B59-1744629E63B1}"/>
</package>
</packages>
</source>
[[category:Silent Installers]]
[[category:Microsoft software]]
This is a silent installer to deploy EMET 4.0 and load a custom policy. If you don't want to create a custom policy, EMET comes with sample policies in %PROGRAMFILES(x86)%\EMET 4.0\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=39273
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="emet" name="Microsoft EMET 4" revision="1" reboot="false" priority="50">
<variable name="pkgstring" value="EMET 4.0"/>
<!-- Customize this to point to your preferred configuration -->
<variable name="configpath" value="%SOFTWARE%\%pkgstring%\test-20131107-2.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 "%SOFTWARE%\%pkgstring%\EMET Setup.msi""/>
<!-- You can also use EMET_Conf.exe to do other configuration, per the User's Guide -->
<install architecture="x64" cmd="%PROGRAMFILES(x86)%\%pkgstring%\EMET_Conf.exe --import "%configpath%""/>
<install architecture="x86" cmd="%PROGRAMFILES%\%pkgstring%\EMET_Conf.exe --import "%configpath%""/>
<upgrade include="install"/>
<remove cmd="msiexec /qb /x{1F7019BB-1C9A-4E54-9B59-1744629E63B1}"/>
</package>
</packages>
</source>
[[category:Silent Installers]]
[[category:Microsoft software]]