|
Run('Fetion2010.exe')
$A='Fetion2010 安装'
WinWaitActive($A,'欢迎使用Fetion2010 安装向导')
ControlClick($A,'欢迎使用Fetion2010 安装向导','Button2')
WinWaitActive($A,'许可协议')
ControlClick($A,'许可协议','Button2')
WinWaitActive($A,'选择安装位置')
ControlSetText($A,'选择安装位置','Edit1','C:\Program Files\China Mobile\Fetion')
ControlClick($A,'选择安装位置','Button2')
WinWaitActive($A,'Fetion2010 已经成功安装')
ControlCommand($A,'Fetion2010 已经成功安装','Button5','Uncheck')
ControlCommand($A,'Fetion2010 已经成功安装','Button8','Uncheck')
ControlClick($A,'Fetion2010 已经成功安装','Button2')
sleep(300)
If ProcessExists('notepad.exe') Then
ProcessClose('notepad.exe')
EndIf |
|