一旦安装Internet Explorer V7.0, NX 4 及 NX 3 启动不了
问题:
一旦安装了 IE V7.0 ,启动NX4或是NX3会报告如下错误:
Fatal Error
Fatal error detected unable to continue
补救措施:
有两种方法:
方法一、卸载 IE V7.0
当你使用Windows XP 或是Windows Server 2003时,你可以按如下方
式卸载 Internet Explorer 7 代之以 Internet Explorer 6
􀂾 按 Start, 进入 Control Panel.
􀂾 按Add or Remove Programs.
􀂾 找到 Windows Internet Explorer 7, 选中, 按 Change/Remove.
万一你用Add or Remove Programs找不到 Internet Explorer 7 i,你可以
按 Start, 选择Run, 输入 %windir%ie7spuninstspuninst.exe, 按 ENTER.
注意: %windir% 指的是你的 Windows 目录,通常为 C:Windows。要
这么做, 你先得 使得 "view hidden folders" 为enable
方法二、 在NX 4 or the NX 3下注释掉 UGII_BACKGROUND_URL
修改文件: %UGII_BASE_DIR%ugiiugii_env.dat
将:
#if FILE ${UGII_BASE_DIR}UGTIPS${UGII_LANG}background.html
UGII_BACKGROUND_URL=${UGII_BASE_DIR}UGTIPS${UGII_LANG}backgroun
d.html
#else
UGII_BACKGROUND_URL=${UGII_BASE_DIR}UGIIHTML_FILESbackgro
und.html
#endif
#
改为:
#if FILE ${UGII_BASE_DIR}UGTIPS${UGII_LANG}background.html
#UGII_BACKGROUND_URL=${UGII_BASE_DIR}UGTIPS${UGII_LANG}backgrou
nd.html
#else
#UGII_BACKGROUND_URL=${UGII_BASE_DIR}UGIIHTML_FILESbackgr
ound.html
#endif
# |
|