qinazt 发表于 2009-1-26 23:22:43

AutoIt3封装命令 详解

希望对大家有帮助。
;AutoIt3封装命令 详解
;ID:qinazt
;http://www.autoitx.com/
;** This is a list of compiler directives used by AutoIt3Wrapper.exe.
;** comment the lines you don't need or else it will override the default settings
;===============================================================================================================
;** AUTOIT3 settings
#AutoIt3Wrapper_Version=                        
;(B/P) Use Beta or Production for AutoIt3 and AUT2EXE. Default is P
;版本 B测试版 P完成版
#AutoIt3Wrapper_Run_Debug_Mode=               
;(Y/N)Run Script with console debugging. Default=N
;运行于调试模式下
;===============================================================================================================
;** AUT2EXE settings
#AutoIt3Wrapper_UseAnsi=                        
;(Y/N) Use Ansi versions for AutoIt3a or AUT2EXEa. Default=N
;选择用户标准
#AutoIt3Wrapper_Icon=                           
;Filename of the Ico file to use
;图标
#AutoIt3Wrapper_OutFile=                        
;Target exe/a3x filename.
;输出文件名
#AutoIt3Wrapper_OutFile_Type=                  
;a3x=small AutoIt3 file;exe=Standalone executable (Default)
;输出文件类型
#AutoIt3Wrapper_Compression=                  
;Compression parameter 0-40=Low 2=normal 4=High. Default=2
;压缩等级
#AutoIt3Wrapper_UseUpx=                        
;(Y/N) Compress output program. Default=Y
;压缩输出
;===============================================================================================================
;** Target program Resource info
;目标程序资源信息
#AutoIt3Wrapper_Res_Comment=                  
;Comment field
;注释
#AutoIt3Wrapper_Res_Description=               
;Description field
;描述
#AutoIt3Wrapper_Res_Fileversion=               
;File Version
;版本
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=
;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N
;P=Prompt, Will ask at Compilation time if you want to increase the version number.
;自动增加文件版本
#AutoIt3Wrapper_Res_Language=2057
;Resource Language code . default 2057=English (United Kingdom)
;语言
#AutoIt3Wrapper_Res_LegalCopyright=            
;Copyright field
;版权
#AutoIt3Wrapper_Res_Field=AutoIt Version|%AutoItVer%
; free form resource fields ... max 15
; you can use the following variables:
; %AutoItVer% which will be replaced with the version of AutoIt3
; %date% = PC date in short date format
; %longdate% = PC date in long date format
; %time% = PC timeformat
; eg: #AutoIt3Wrapper_Res_Field=AutoIt Version|%AutoItVer%
;自定义项目
#AutoIt3Wrapper_Res_Icon_Add=                   ; Filename of ICO to be added.
#AutoIt3Wrapper_Res_Icon_Add=                   ; Filename of ICO to be added.
#AutoIt3Wrapper_Res_File_Add=                   ; Filename[,Section [,ResName]] to be added.
#AutoIt3Wrapper_Res_File_Add=                   ; Filename[,Section [,ResName]] to be added.
;Add extra ICO files to the resources which can be used with TraySetIcon(@ScriptFullPath, 3) etc
;list of filename of the Ico files to be added, First one will have number 3, then 4 ..etc
;添加额外的图标 文件名
;===============================================================================================================
; Tidy Settings
;脚本整理设置
#AutoIt3Wrapper_Run_Tidy=                     
;(Y/N) Run Tidy before compilation. default=N
;编译前整理
#AutoIt3Wrapper_Tidy_Stop_OnError=            
;(Y/N) Continue when only Warnings. default=Y
;忽略警告
;===============================================================================================================
; Obfuscator
;代码迷惑
#AutoIt3Wrapper_Run_Obfuscator=               
;(Y/N) Run Obfuscator before compilation. default=N
;编译器进行代码迷惑            好像有加密的效果
#obfuscator_parameters
;代码迷惑参数
;===============================================================================================================
; AU3CHECK settings
#AutoIt3Wrapper_Run_AU3Check=                  
;(Y/N) Run au3check before compilation. Default=Y
#AutoIt3Wrapper_AU3Check_Parameters=            
;Au3Check parameters
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=      
;(Y/N) N=Continue on Warnings.(Default) Y=Always stop on Warnings
#AutoIt3Wrapper_AU3Check_Parameters=            
;Au3Check parameters
#AutoIt3Wrapper_PlugIn_Funcs=                  
;Define PlugIn function names separated by a Comma to avoid AU3Check errors
;===============================================================================================================
; cvsWrapper settings
#AutoIt3Wrapper_Run_cvsWrapper=               
;(Y/N/V) Run cvsWrapper to update the script source. default=N
;V=only when version is increased by #AutoIt3Wrapper_Res_FileVersion_AutoIncrement.
#AutoIt3Wrapper_cvsWrapper_Parameters=          ; /NoPrompt : Will skip the cvsComments prompt" & @CRLF & _
;                                                 /Comments : Text to added in the cvsComments. It can also contain the below variables.
;===============================================================================================================
; RUN BEFORE AND AFTER definitions
; The following directives can contain:
;   %in% , %out%, %icon% which will be replaced by the fullpath\filename.
;   %scriptdir% same as @ScriptDir and %scriptfile% = filename without extension.
;   %fileversion% is the information from the #AutoIt3Wrapper_Res_Fileversion directive
;   %scitedir% will be replaced by the SciTE program directory
;   %autoitdir% will be replaced by the AutoIt3 program directory
#AutoIt3Wrapper_Run_Before=         
;process to run before compilation - you can have multiple records that will be processed in sequence
#AutoIt3Wrapper_Run_After=         
;process to run After compilation - you can have multiple records that will be processed in sequence
#EndRegion

iori76952652 发表于 2009-1-27 00:48:50

:face (1):

沙发呀~

来顶一个先~

luckscy 发表于 2009-1-27 14:57:13

ding.....................................................
:face (33):

lantu 发表于 2009-1-27 17:37:54

不是很明白???:face (13):

sxd 发表于 2009-1-27 19:13:05

这个标题............还是顶了

破帽遮颜 发表于 2009-1-27 19:29:38

找了很久了~谢谢分享!

xulinghai 发表于 2009-1-30 11:36:58

这个是做什么用的,编译AU3?

qq82015930 发表于 2009-1-30 14:31:15

收藏 谢谢分享...

zh753200 发表于 2009-1-31 10:38:00

谢谢分享!:face (1):

lcroy 发表于 2009-2-1 17:14:36

好东西 学习一下 多谢了

qqzeng743 发表于 2009-2-4 11:33:14

学习了 谢谢楼主分享

crystony 发表于 2009-4-11 23:28:10

虽然不懂,。但还是谢谢你

yunlin 发表于 2009-4-21 22:31:07

這個依定要感恩樓主唷

micro_snow 发表于 2009-4-22 10:53:16

不是很明白。

wlsj 发表于 2009-4-24 23:13:45

怎么用,举一个例子啊
页: [1] 2 3 4 5 6 7 8 9
查看完整版本: AutoIt3封装命令 详解