xz.huawei 发表于 2010-1-13 14:23:36

飞信2008 V3.5.2560.0自动安装脚本

Run('Fetion2008.exe')
$A='Fetion2008 安装'
WinWaitActive($A,'欢迎使用Fetion2008 安装向导')
ControlClick($A,'欢迎使用Fetion2008 安装向导','Button2')
WinWaitActive($A,'选择安装位置')
ControlSetText($A,'选择安装位置','Edit1','C:\Program Files\China Mobile\Fetion')
ControlClick($A,'选择安装位置','Button2')
WinWaitActive($A,'Fetion2008 已经成功安装')
ControlCommand($A,'Fetion2008 已经成功安装','Button5','Uncheck')
ControlCommand($A,'Fetion2008 已经成功安装','Button8','Uncheck')
ControlClick($A,'Fetion2008 已经成功安装','Button2')

sleep(300)
If ProcessExists('notepad.exe') Then
   ProcessClose('notepad.exe')
EndIf

regdelete('HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run','Fetion')
页: [1]
查看完整版本: 飞信2008 V3.5.2560.0自动安装脚本