初次安装的时候,发现ps跟ai的选框是灰色的,一时没有注意,以为简体中文版会支持在Windows2003下的安装,还以为是默认勾选呢……汗。安装之后,在菜单之中找不到ps跟ai的快捷方式,google了半天,试了N方法,在简体版下的都没有效果,折腾n久……
贴一下最终摸索出的修改方法:
解压WinBootstrapper1.CAB到某一目录,修改其中的_13_b78670d5a7498d82ca6867b093da8ac0,
找到:
if (validOSXP)
currentWinOSVariantName = “XP”;
else if (validOSVista)
currentWinOSVariantName = “Vista”;
else if (validOSServer2003)
currentWinOSVariantName = “Server2003″;
else
currentWinOSVariantName = null;
修改为:
if (validOSXP)
currentWinOSVariantName = “XP”;
else if (validOSVista)
currentWinOSVariantName = “Vista”;
else if (validOSServer2003)
currentWinOSVariantName = “xp“;
else
currentWinOSVariantName = null;
说明:直接不出现2003,免得检测又出问题……
修改之后,运行系统自带的iexpress.exe,把解压开的目录重新打包成cab,替换原来的WinBootstrapper1.CAB。
步骤:运行里输入iexpress.exe,选择create new… ,create compressed files only…添加整个WinBootstrapper1.CAB解压的那个目录,勾选Store files using long file name inside package,保存为WinBootstrapper1.CAB。
附修改过的WinBootstrapper1.CAB
freezesoul
08月 17th, 2007 at 11:57 am
你成功了么 好像安装程序要检测WinBootstrapper1.CAB的大小 改动了大小就变了 希望跟你交流
Ahlang
08月 17th, 2007 at 12:21 pm
成功了,WinBootstrapper1.CAB文件大小有变动,但不影响安装…
kulala
08月 17th, 2007 at 12:27 pm
我的也是在2003下无法ps跟ai,后来只好将PS安装成网上流传的封装版,结果封装版ps安装后造成Adobe CS3 Design Premium 套装中FLASH CS3无法运行,具体的信息忘掉了,无奈之下将原来的封装版FLASH CS按装,然后将其包中的AMT目录替换掉套装FLASH CS3中的AMT包,于是FLASH CS3就可以正常运行了。删除掉封装版的FLASH CS3,至此机器上就运行了除PS是非正式套装版本外,其它均是套装版的ADOBE正式简体软件。
麦琪
08月 17th, 2007 at 1:13 pm
用Application Verifier很方便就可以了,我就是用这个在W2K3上安装了CS3的
电脑报07年第32期F4版有介绍的。
Ahlang
08月 17th, 2007 at 1:54 pm
能原版就原版,一般情况不喜欢像龙XX精装版之类的……:)
N年没看电脑报了……
谢谢提醒……