Windows Installer gets terminated by Data Execution Prevention

2

2

I'm trying to install something, and all of a sudden Windows' DEP kills Windows Installer. This has happened to me before. Is there a fix for this I'm not aware of? I'm on XP.

Pieter

Posted 2009-11-27T13:16:08.527

Reputation: 676

Answers

2

One thing to try is to see if DEP is causing the problem, so you need to turn it off.

  1. Click Start
  2. Select Control Panel
  3. Select System
  4. Click the Advanced tab
  5. In the Performance region select Settings
  6. Click the Data Execute tab in the dialog box that opens
  7. Select Turn on DEP for all programs and services except for those I select
  8. Click Add.
  9. The open dialog box will open. Browse and select your application.
  10. Click Open
  11. Click Apply
  12. Click Ok
  13. Reboot

admintech

Posted 2009-11-27T13:16:08.527

Reputation: 6 970

Isn't that unsafe? – Pieter – 2009-11-27T14:01:13.090

I mean, disabling protection looks like a bad thing to do. – Pieter – 2009-11-27T14:01:48.563

You can re-enable after just to test to see if it works – admintech – 2009-11-27T14:55:36.533

1

Make sure you've got the latest version of Windows Installer first.

However, you may find that the package you're attempting to install is incompatible with DEP - some custom actions or third party extensions are. In which case you'll need to follow Systech's suggestion, or get an updated version of the package.

MartW

Posted 2009-11-27T13:16:08.527

Reputation: 1 852