Run( "pps影音.exe")
WinWaitActive("PPS影音 V2.7.0.1096 正式版", "下一步(&N) >")
send("!n")
WinWaitActive("PPS影音 V2.7.0.1096 正式版", "创建快速启动快捷方式")
ControlCommand("PPS影音 V2.7.0.1096 正式版", "创建快速启动快捷方式","Button8","UnCheck", "")
WinWaitActive("PPS影音 V2.7.0.1096 正式版", "开机自动运行PPS影音")
ControlCommand("PPS影音 V2.7.0.1096 正式版", "开机自动运行PPS影音","Button9","UnCheck", "")
WinWaitActive("PPS影音 V2.7.0.1096 正式版", "安装PPS影讯屏保")
ControlCommand("PPS影音 V2.7.0.1096 正式版", "安装PPS影讯屏保","Button10","UnCheck", "")
WinWaitActive("PPS影音 V2.7.0.1096 正式版", "下一步(&N) >")
send("!n")
WinWaitActive("PPS影音 V2.7.0.1096 正式版", "下一步(&N) >")
send("!n")
WinWaitActive("安装 Google 工具栏", "取消(&C)")
ControlClick("安装 Google 工具栏", "安装 Google 工具栏","Button4")
send("!n")
WinWaitActive("PPS影音 V2.7.0.1096 正式版", "选择推荐软件")
ControlCommand("PPS影音 V2.7.0.1096 正式版", "选择推荐软件","Button5","uncheck","")
ControlCommand("PPS影音 V2.7.0.1096 正式版", "选择推荐软件","Button6","uncheck","")
ControlCommand("PPS影音 V2.7.0.1096 正式版", "选择推荐软件","Button7","uncheck","")
send("!i")
WinWaitActive("PPS影音 V2.7.0.1096 正式版 ", "运行 PPS影音")
ControlCommand("PPS影音 V2.7.0.1096 正式版 ", "运行 PPS影音","Button4","UnCheck", "")
WinWaitActive("PPS影音 V2.7.0.1096 正式版 ", "运行 PPS影音")
ControlClick("PPS影音 V2.7.0.1096 正式版", "设置PPS网址导航为IE首页","Button7")
WinWaitActive("PPS影音 V2.7.0.1096 正式版 ", "完成(&F)")
send("!f")
ProcessWait("IEXPLORE.EXE")
If ProcessExists("IEXPLORE.EXE") Then
ProcessClose("IEXPLORE.EXE")
EndIf |