<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Dan Miser - Vista</title>
    <link>http://www.distribucon.com/blog/</link>
    <description>Thoughts from Dan Miser</description>
    <language>en-us</language>
    <copyright>Dan Miser</copyright>
    <lastBuildDate>Mon, 30 Apr 2007 14:00:08 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>dmiser@distribucon.com</managingEditor>
    <webMaster>dmiser@distribucon.com</webMaster>
    <item>
      <trackback:ping>http://www.distribucon.com/blog/Trackback.aspx?guid=63e38aed-f106-49a8-80b9-ea8119855f49</trackback:ping>
      <pingback:server>http://www.distribucon.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.distribucon.com/blog/PermaLink,guid,63e38aed-f106-49a8-80b9-ea8119855f49.aspx</pingback:target>
      <dc:creator>Dan Miser</dc:creator>
      <wfw:comment>http://www.distribucon.com/blog/CommentView,guid,63e38aed-f106-49a8-80b9-ea8119855f49.aspx</wfw:comment>
      <wfw:commentRss>http://www.distribucon.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=63e38aed-f106-49a8-80b9-ea8119855f49</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">On my new Vista system, I was trying to
install some software from a vendor that I trust. The problem is, the vendor doesn't
really write software for the general public, so it's very tightly packaged to try
and make it idiot-proof. Unfortunately, I would receive a DEP exception every time
I would try to run the installer. I went to the DEP protection configuration screen
(Start + Pause | Advanced | Performance Settings | Data Execution Prevention), and
that is either an "all programs are protected" or "don't check these applications"
choice. To make matters worse, I tried to add msiexec.exe to the exception list, and
it wouldn't let me do it. So I had to disable DEP altogether. 
<p>
In order to totally disable DEP, I used this command from <a href="http://www.tech-recipes.com/rx/1261/vista_disable_dep_noexecute_protection_fix_explorer_crashing" target="_new">tech-recipes</a>:<br /><code><pre>bcdedit.exe /set {current} nx AlwaysOff
</pre></code></p><p>
My application installed perfectly. As a side-note, You can re-enable DEP with this
command:<br /><code><pre>bcdedit.exe /set {current} nx AlwaysOn 
</pre></code><img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=63e38aed-f106-49a8-80b9-ea8119855f49" /></p></body>
      <title>Disabling DEP on Vista</title>
      <guid isPermaLink="false">http://www.distribucon.com/blog/PermaLink,guid,63e38aed-f106-49a8-80b9-ea8119855f49.aspx</guid>
      <link>http://www.distribucon.com/blog/DisablingDEPOnVista.aspx</link>
      <pubDate>Mon, 30 Apr 2007 14:00:08 GMT</pubDate>
      <description>On my new Vista system, I was trying to install some software from a vendor that I trust. The problem is, the vendor doesn't really write software for the general public, so it's very tightly packaged to try and make it idiot-proof. Unfortunately, I would receive a DEP exception every time I would try to run the installer. I went to the DEP protection configuration screen (Start + Pause | Advanced | Performance Settings | Data Execution Prevention), and that is either an "all programs are protected" or "don't check these applications" choice. To make matters worse, I tried to add msiexec.exe to the exception list, and it wouldn't let me do it. So I had to disable DEP altogether. 
&lt;p&gt;
In order to totally disable DEP, I used this command from &lt;a href="http://www.tech-recipes.com/rx/1261/vista_disable_dep_noexecute_protection_fix_explorer_crashing" target=_new&gt;tech-recipes&lt;/a&gt;:&lt;br&gt;
&lt;code&gt;&lt;pre&gt;bcdedit.exe /set {current} nx AlwaysOff
&lt;/pre&gt;
&lt;/code&gt; 
&lt;p&gt;
My application installed perfectly. As a side-note, You can re-enable DEP with this
command:&lt;br&gt;
&lt;code&gt;&lt;pre&gt;bcdedit.exe /set {current} nx AlwaysOn 
&lt;/pre&gt;
&lt;/code&gt;&lt;img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=63e38aed-f106-49a8-80b9-ea8119855f49" /&gt;</description>
      <comments>http://www.distribucon.com/blog/CommentView,guid,63e38aed-f106-49a8-80b9-ea8119855f49.aspx</comments>
      <category>Vista</category>
    </item>
  </channel>
</rss>