#RequireAdmin
#Region ;**** 参数创建于 ACNWrapper_GUI ****
#AutoIt3Wrapper_icon=..\..\ICO\360安全卫士.ico
#AutoIt3Wrapper_outfile=360安全卫士_ZD.exe
#AutoIt3Wrapper_Res_Comment=脚本生成于: 2010年 05月 21日
#AutoIt3Wrapper_Res_Description=自动安装脚本, au3版本:3.3.5.1
#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****
#Region AutoIt3Wrapper 预编译参数(常用参数)
#EndRegion AutoIt3Wrapper 预编译参数设置完成
; ==========
$installpath = ClipGet()
$A = StringInStr ( $installpath, ':\', 2 )
If $A = 2 Then
$installpath = ClipGet()
Else
$installpath = 'C'
EndIf
$C = StringLeft( $installpath, 1 )
; ==========
Run ( "360安全卫士.exe" )
; ==========替换安装
WinWaitActive ("360安全卫士"," 检测到已安装360安全卫士,您确定要继续覆盖安装吗?")
WinActivate ("360安全卫士"," 检测到已安装360安全卫士,您确定要继续覆盖安装吗?")
ControlClick ("360安全卫士"," 检测到已安装360安全卫士,您确定要继续覆盖安装吗?","Button2","left","1")
; ==========
WinWaitActive( "360安全卫士 7.0.0.1013 安装", "" )
; ==========
WinWaitActive( "360安全卫士 7.0.0.1013 安装", "下一步(&N) >" )
ControlClick( "360安全卫士 7.0.0.1013 安装", "","Button2" )
; ==========
WinWaitActive( "360安全卫士 7.0.0.1013 安装 ", "接受并安装" )
ControlClick( "360安全卫士 7.0.0.1013 安装 ", "","Button2" )
; ==========
WinWaitActive( "360安全卫士 7.0.0.1013 安装", "安装360安全浏览器3.1正式版本 (3.4M)" )
ControlClick( "360安全卫士 7.0.0.1013 安装", "","Button4" )
; ==========
WinWaitActive( "360安全卫士 7.0.0.1013 安装", "下一步(&N) >" )
ControlClick( "360安全卫士 7.0.0.1013 安装", "","Button2" )
; ==========
WinWaitActive( "360安全卫士 7.0.0.1013 安装 ", "运行 360安全卫士(&R)" )
ControlClick( "360安全卫士 7.0.0.1013 安装 ", "","Button4" )
; ==========
WinWaitActive( "360安全卫士 7.0.0.1013 安装 ", "完成(&F)" )
ControlClick( "360安全卫士 7.0.0.1013 安装 ", "","Button2" )
也贴下我的,大伙分析下 |