打开文件释放地址例如
C:/Documents and Settings/Administrator/桌面/Adobe CS3/Photoshop/Adobe CS3
修改WinBootstrapper1.cab里面的_3_0251e939162c3b0650d03a8085c08d79文件。
把
<input id="locBtnQuit" locid="locBtnQuit" type="button" value="Cancel" onclick="gWizardControl.NavCancel();" onfocus="gWizardControl.SetFocus(this);" onblur="gWizardControl.HandleBlur();"/>
修改为
<input id="locBtnQuit" locid="locBtnQuit" type="button" value="Cancel" onclick="gWizardControl.NavNext();" onfocus="gWizardControl.SetFocus(this);" onblur="gWizardControl.HandleBlur();"/>
然后运行Setup.exe,当到System Check的时候按 取消 就会自动跳过下一步 我这里有个修改好的WinBootstrapper1.cab,需要的也可以下载。
下载: WinBootstrapper1.cab