原版的Adobe CS4不能直接在Windows Server 2003下直接安装,其实Illustrator CS3也是这样子的,其实解决的方法同CS3安装的方法一样,就是修改XML文件,解决Illustrator CS4在Windows 2003下的无法安装方法如下:
1、首先找到AdobePhotoshop11-Driver.proxy.xml文件
路径在payloads\AdobeIllustrator14mul\AdobeIllustrator14mul.proxy.xml
2、修改XML文件
找到一下的部分,将他们删除
<UserPreferences>1</UserPreferences>
<SystemRequirementsJSON>[
{"OS":{"Windows":{"XP":{"Require":{"@lowerBound":1,
"MinServicePack":"2","@servicePack64Bit":1
,"Need64Bit":"0"},"Exclude":{"@upperBound":1,
"MaxServicePack":"1"}},"Server2003":{"Exclude":true},"Vista":{"Require":true}}},
"Memory":{"System":{"Default":{"Require":"512","Exclude":"500"}}},
"Display":{"Default":{"Require":{"Width":"1024","Height":"768"},"Exclude":{"Width":"799","Height":"599"}}}
}
]</SystemRequirementsJSON>
删除后保存,然后进行安装就可以了!
其实这个文件就是检查系统的版本。其实这个只是针对原版Illustrator CS4,网上下载的很多改良版和精简版的Illustrator CS4都已经解决了这个问题。