|
4#
楼主 |
发表于 2006-11-7 11:37:09
|
只看该作者
没有删除。基本上没有改脚本了,我最奇怪的是步骤虽然显示不出来,但是都执行了。
Dialog("Software Installation").WinButton("Continue Anyway").WaitProperty "Visible", true, 100000
wait(5)
Dialog("Software Installation").WinButton("Continue Anyway").Click
wait(5)
Dialog("Hardware Installation").WinButton("Continue Anyway").Click
wait(5)
//从此句以后都显示不出来
Dialog("Hardware Installation").WinButton("Continue Anyway").Click
Window("InstallShield Wizard").WinButton("Finish").WaitProperty "enabled", true, 100000
Window("InstallShield Wizard").Static("The InstallShield Wizard").Check CheckPoint("The InstallShield Wizard")
Window("InstallShield Wizard").WinButton("Finish").Click
Window("Symantec AntiVirus Installer").WinButton("Yes").WaitProperty "enabled", true, 100000
我猜测是否因为两局完全相同的语句导致?
Dialog("Hardware Installation").WinButton("Continue Anyway").Click
wait(5)
Dialog("Hardware Installation").WinButton("Continue Anyway").Click
[ 本帖最后由 crimson 于 2006-11-7 11:38 编辑 ] |
|