Wednesday, September 21, 2016

32 bit Client Install Fails on Windows Server 2012

Problem:
Oracle installer wizard fails and/or disappears on Windows 2012 r2



Solution:
  1. Unzip the files.
  2. Edit Unziped_file_location\install\oraparam.ini
  3. Replace MSVCREDIST_LOC=vcredist_x64.exe with MSVCREDIST_LOC=vcredist_x86.exe
  4. Using regedit add a registry key:
    • [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORACLE]
"inst_loc"="C:\Program Files (x86)\Oracle\Inventory"




I hope this helps.


Please feel free to leave your questions or suggest improvements to this section.

No comments:

Post a Comment