|
|
|
| 软件下载浏览 - 万象2004客户端自动安装工具附AU3源码 |
| 授权类型: |
免费软件 |
|
| 运行环境: |
Win98,Winnt,Win2k,Winxp,Linux,Unix,MacOS |
| 软件下载大小: |
|
| 推荐等级: |
 |
| 下载次数: |
0 |
| 下载权限: |
    0 金币 |
| 发 布 人: |
dancao |
| 发布日期: |
2009-12-24 17:34:14 |
| 软件下载主页: |
没有 |
| 解压密码: |
没有 |
【告诉好友】【错误报告】 |
| 软件简介 |
万象2004客户端自动安装工具附AU3源码
使用万象2004用户市场比例不少,今天为“万象2004”用户做了个自动安装程序。 使用说明 自动安装程序同目录下 放置“Clt2K.exe”万象标准版客户端。 并且注意同目录下的 REG类型文件 将自动导入,可用于预先配置万象客户机环境。
-
- #Region ;**** 参数创建于 AutoIt3Wrapper_GUI ****
- #AutoIt3Wrapper_icon=2004.ico
- #AutoIt3Wrapper_outfile=万象2004自动安装器V1.0.exe
- #AutoIt3Wrapper_UseAnsi=y
- #AutoIt3Wrapper_Res_Comment=万象网管2004自动安装器
- #AutoIt3Wrapper_Res_Description=万象网管2004 For 2000/XP 客户端
- #AutoIt3Wrapper_Res_Fileversion=1.0.0.0
- #AutoIt3Wrapper_Res_LegalCopyright=TVZML作品
- #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
- $title = \"安装 - 万象网管2004 For 2000/XP 客户端\"
- $file = \"Clt2K.exe\"
- if not FileExists($file) Then
- MsgBox (16,\"错误\",\"当前目录没有找到万象2004客户端 \"&$file&\"\")
- Exit
- EndIf
- if ProcessExists(\"Clsmn.exe\") Then
- MsgBox (49,\"安装\",\"安装程序发现 万象网管2004 For 2000/XP 客户端 当前正在运行。\"&@CRLF&@CRLF&\"请先关闭所有运行的窗口。\")
- Exit
- EndIf
- hotkeyset(\"{esc}\", \"captureesc\")
- progresson($title, \"按ESC取消安装...\", \"0 % \")
- for $i = 1 to 100 step 1
- sleep(30)
- progressset( $i, $i & \" % \")
- next
- progressoff()
- Run($file)
- $search = FileFindFirstFile(\"*.reg\")
- While 1
- $regfile = FileFindNextFile($search)
- If $regfile = \"\" Then ExitLoop
- RunWait(@ComSpec & \" /c \" & \"regedit /s \"&$regfile)
- If @error Then ExitLoop
- WEnd
- FileClose($search)
- winwaitactive($title, \"推荐您在继续安装前关闭所有其它应用程序\")
- controlclick($title, \"推荐您在继续安装前关闭所有其它应用程序\",\"TButton1\")
- winwaitactive($title, \"许可协议\")
- controlcommand($title, \"许可协议\",\"TRadioButton1\",\"check\")
- controlclick($title, \"许可协议\",\"TButton2\")
- winwaitactive($title, \"请在继续安装前阅读下列重要信息\")
- controlclick($title, \"请在继续安装前阅读下列重要信息\",\"TButton2\")
- winwaitactive($title, \"你想要使用什么协议和端口号\")
- controlclick($title, \"你想要使用什么协议和端口号\",\"TButton2\")
- winwaitactive($title, \"您想在哪里放置程序的快捷方式\")
- controlclick($title, \"您想在哪里放置程序的快捷方式\",\"TButton3\")
- BlockInput(1)
- winwaitactive($title, \"您想要安装程序执行哪些附加任务\")
- Sleep(500)
- send (\"{SPACE}\")
- send (\"{TAB}\")
- send (\"{SPACE}\")
- send (\"{TAB}\")
- send (\"{SPACE}\")
- Sleep(500)
- controlclick($title, \"您想要安装程序执行哪些附加任务\",\"TButton3\")
- BlockInput(0)
- winwaitactive($title, \"安装程序现在准备开始安装\")
- controlclick($title, \"安装程序现在准备开始安装\",\"TButton3\")
- winwaitactive($title, \"稍后重新启动电脑\")
- controlcommand($title, \"稍后重新启动电脑\",\"TRadioButton2\",\"check\")
- controlclick($title, \"稍后重新启动电脑\",\"TButton3\")
- func captureesc()
- progressoff()
- exit
- endfunc
|
|
|
| 下载地址 (注意:本网站软件都是迅雷下载,请安装迅雷后下载。) |
|
|
|
|
|
|
| * 为了达到最快的下载速度,本站推荐使用迅雷下载软件。 |
| * 部分内容收集于网络,如有侵犯您的权益请来信告知,我们会第一时间进行处理,谢谢! |
| * 未经本站明确许可,任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自本站,谢谢! |
|
|
|
|
查看所有评论(共1条) |
rtyhry [来访 I P:*.*.*.*] 认为: | 2010-06-15 17:35:16 |
| 评:*ddsgfdfhgfergdfyrtgdf | | | |
| 发表评论须知 |
| 尊重网上道德,遵守《全国人大常委会关于维护互联网安全的决定》及中华人民共和国其他各项有关法律法规; |
| 本站有权保留或删除您发表的任何评论内容。 |
|
|
|
|