步骤:
1:
查找安装文件夹中的refhost.xml文件. (Oracle 10g客户端/stage/prereq/client/refhost.xml;oracle10g服务端/stage/prereq/db/refhost.xml)在此文件中 添加如下内容 <!--Microsoft Windows 7--> <OPERATING_SYSTEM> <VERSION VALUE="6.1"/> </OPERATING_SYSTEM>
2: 再到install目录中找到oraparam.ini(Oracle 10g客户端/install/oraparam.ini;oracle10g服务端/install/oraparam.ini);在其中添加如下内容 [Windows-6.1-required] #Minimum display colours for OUI to run MIN_DISPLAY_COLORS=256 #Minimum CPU speed required for OUI #CPU=300
[Windows-6.1-optional]
|
3:
右键setup.exe,选择属性。兼容性 选择“windows XP service pack3 ”这一点很重要啊。
本文转自:http://hi.baidu.com/%B3%F3%C5%AEyuyu/blog/item/99698f51ec1a41501138c249.html