| Main build config file options | ![]() |
| A3C_INA = Aliasfile.au3 |
| File
name generated by Au3Stripper or a similar preprocessor program that
you are running, which will be the actual file passed to the builder. |
| A3C_OUT = Output.exe |
| Resulting executable file, 'Sourcefile.exe' will be used if undefined. |
| A3C_ICO = Main_icon.ico |
| Applications
main icon file, default standalone icon present if undefined, or no
icon present when undefined and AC deletes interpreter resources with
the A3C_KOR option. |
| A3C_IRI = Number |
| Resource index of the main icon within the interpreter. Current default 99 used if undefined which is not valid for very old builds of AutoIt. |
| A3C_TMP = Number |
| Move temporary build files generated by AC to the path of your script instead of deleting them at build end. 1 Move 0 Delete (default) |
| A3C_DBG = Number |
| Display additional information in the build log. 1 Yes 0 No (default) |
| A3C_SUB = Abbreviation |
| The interface subsystem of your standalone. win or gui window (default) con or cli console |
| A3C_KOR = Number |
| Remove all default interpreter resources. 1 Remove 0 Keep (default) |
| A3C_A2E = Aut2Exe.exe |
| Full path to the AutoIt standalone builder application. |
| A3C_CTT = Number |
| Execute the temporary compiler from Aut2Exe's temporary directory instead of from the compilers directory. 1 Temporary directory 0 Original directory (default) |
| A3C_VRL = Number |
| Version information resource language id, 2057 default if undefined. |
| A3C_CMP = Number |
| A3x compression level applied by the builder. 0 Lowest 1 Low 2 Normal (default) 3 High 4 Highest |
| A3C_X64 = Number |
| Build a 64 bit standalone instead of 32 bit. 1 64 bit 0 32 bit (default) I can't personally vouch for the compatibility of 64 bit builds outside of checking that resources and user defined and internal patches are valid with the appropriate tools. The internal standalone packager APC does not currently support 64 bit builds. |
| A3C_INC = Filepath |
| Include AC build options from another file. Only one instance of this option may be used per build option file. |
| A3C_KBO = Program } Commandline } Workingdir |
|
| Override
how AC executes the builder application with a kit command, useful only
for counteracting possible future incompatibilities with AC's hardcoded
commandline and the builder application. Minimal Example:
Related: Kit command basics , Macro basics Compiling scripts with Aut2Exe |