Description: 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' & @ ScriptDir & ' \ " Soft.ini" exists!' ) @ ScriptDir for the script directory Exit
File list (Check if you may need any files):
soft.au3