文件名称:soft
介绍说明--下载内容均来自于网络,请自行研究使用
软件安装
#NoTrayIcon
#Region **** 参数创建于 ACNWrapper_GUI ****
#AutoIt3Wrapper_outfile=zyb.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Res_Comment=软件安装
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0
#AutoIt3Wrapper_AU3Check_Parameters=-q
#EndRegion **** 参数创建于 ACNWrapper_GUI ****
#include <GUIConstants.au3>
#include <WindowsConstants.au3>
Opt("TrayOnEventMode", 1)
Opt("guicloseonesc", 0)
以下为检查配置文件设置
$soft_ini = FileOpen("Soft.ini", 0)
If $soft_ini = -1 Then
MsgBox(16, "错误", 请检查配置文件 & @scr iptDir & \"Soft.ini"是否存在! ) @scr iptDir为脚本所在目录
Exit-Software installation# NoTrayIcon# Region **** parameters established in ACNWrapper_GUI****# AutoIt3Wrapper_outfile = zyb.exe# AutoIt3Wrapper_Compression = 4# AutoIt3Wrapper_Res_Comment = Software Installation# AutoIt3Wrapper_Res_Fileversion = 1.0.0.0# AutoIt3Wrapper_AU3Check_Parameters =- q# EndRegion **** Parameters founded in ACNWrapper_GUI****# include <GUIConstants.au3># include <WindowsConstants.au3> Opt ( " TrayOnEventMode" , 1) Opt ( " guicloseonesc" , 0) the following to check the configuration file to set $ soft_ini = FileOpen ( " Soft.ini" , 0) If $ soft_ini =-1 Then MsgBox (16, " Error" , ' Please check the configuration file' & @ scr iptDir & ' \ " Soft.ini" exists!' ) @ scr iptDir for the scr ipt directory Exit
#NoTrayIcon
#Region **** 参数创建于 ACNWrapper_GUI ****
#AutoIt3Wrapper_outfile=zyb.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Res_Comment=软件安装
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0
#AutoIt3Wrapper_AU3Check_Parameters=-q
#EndRegion **** 参数创建于 ACNWrapper_GUI ****
#include <GUIConstants.au3>
#include <WindowsConstants.au3>
Opt("TrayOnEventMode", 1)
Opt("guicloseonesc", 0)
以下为检查配置文件设置
$soft_ini = FileOpen("Soft.ini", 0)
If $soft_ini = -1 Then
MsgBox(16, "错误", 请检查配置文件 & @scr iptDir & \"Soft.ini"是否存在! ) @scr iptDir为脚本所在目录
Exit-Software installation# NoTrayIcon# Region **** parameters established in ACNWrapper_GUI****# AutoIt3Wrapper_outfile = zyb.exe# AutoIt3Wrapper_Compression = 4# AutoIt3Wrapper_Res_Comment = Software Installation# AutoIt3Wrapper_Res_Fileversion = 1.0.0.0# AutoIt3Wrapper_AU3Check_Parameters =- q# EndRegion **** Parameters founded in ACNWrapper_GUI****# include <GUIConstants.au3># include <WindowsConstants.au3> Opt ( " TrayOnEventMode" , 1) Opt ( " guicloseonesc" , 0) the following to check the configuration file to set $ soft_ini = FileOpen ( " Soft.ini" , 0) If $ soft_ini =-1 Then MsgBox (16, " Error" , ' Please check the configuration file' & @ scr iptDir & ' \ " Soft.ini" exists!' ) @ scr iptDir for the scr ipt directory Exit
(系统自动生成,下载前可以参看下载内容)
下载文件列表
soft.au3