Re: [WiX-users] Data Execution Prevention Opt Out List

2011-07-13 Thread John Bergman
: Wednesday, July 13, 2011 4:16 PM To: Christopher Painter; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Data Execution Prevention Opt Out List We had a similar requirement and I found that I could use editbin.exe to set the NXCOMPAT flag to no, this then stops Windows

Re: [WiX-users] Data Execution Prevention Opt Out List

2011-07-13 Thread Neil Sleightholm
We had a similar requirement and I found that I could use editbin.exe to set the NXCOMPAT flag to no, this then stops Windows checking DEP. This applied to a .Net exe as the compiler defaults to enabling DEP checking. It worked for us but your app may be different. Neil -Original Message-