Per Oracle Metalink, DocId: 384257.1, the problem is associated with the Windows Data Execution Prevention (DEP) feature. It's prematurely killing off Oracle's Installer (OUI). Therefore, the DEP feature needs to be turned off. Set DEP to "AlwaysOff" (guidance provided below) and retry OUI. Here's how:
To disable DEP, do the following:
- Using your favorite editor, modify the boot.ini file (typically found in C:\Windows directory). Find the /noexecute=policy_level setting and change the policy_level value to AlwaysOff.
- Restart the computer.
- Retry the OUI
Another way would be to:
- Click Start, right-click My Computer, and then click Properties.
- Click the Advanced tab, and then click Settings under the Startup and Recovery field.
- In the System startup field, click Edit. The Boot.ini file opens in Notepad.
- In Notepad, click Find on the Edit menu.
- In the Find what box, type /noexecute, and then click Find Next.
- In the Find dialog box, click Cancel.
- Replace policy_level with AlwaysOff.
WARNING Make sure that you enter the text accurately. The Boot.ini file switch should now read:
/noexecute=AlwaysOff
- In Notepad, click Save on the File menu.
- Click OK two times.
- Restart the computer.
- Retry OUI.
More details regarding DEP can be found at (http://support.microsoft.com/kb/875352)