Specifying two files causes the options in both files to be accumilated.
Just specifying the config will load it plus any default build settings found in: A3C.pref or USR.pref .
Options
from preference or template files are loaded before the config/script
file which allows it to override some build options found in other
files.
AutoIt program container
Embed an AutoIt standalone not built through AutoCamo into a program container.
A3C.exe ~APC "Standalone Path.exe" [ TypeSwitch ]
TypeSwitch~B | ~C
For choosing the mode of the loader, mode A is the default when no switch is present. For mode and other loader details go here.
Note:
This is primarily for users of AutoIt 3.3.10 and above because without
AutoCamos random A3X generator older standalones would fail the static
analysis phase of some decompilers even when embedded due to
restrictions imposed by the interpreter.