In order to totally disable DEP, I used this command from tech-recipes:bcdedit.exe /set {current} nx AlwaysOff
bcdedit.exe /set {current} nx AlwaysOff
My application installed perfectly. As a side-note, You can re-enable DEP with this command:bcdedit.exe /set {current} nx AlwaysOn
bcdedit.exe /set {current} nx AlwaysOn
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.