![]() Armored Autohotkey executable builder ~ 0.9.5b |
| INTRO | USAGE | OPTIONS | INTERFACE | RESOURCES | VERSIONINFO | EXECUTION | OUTRO |
|
[HKC_RES] sDescription = nType ` nIndex ` nLang ` sFileName [] |
| sDescription | Something short and simple to display in the log. This field can be empty if you wish. *New* | ||
| nType | Value
indicating the resource type
to be added/removed, which can be either a user defined value or one of
the following predefined ones::
Black = Not supported but considered for support in the future. Green = supported. Red = will never be directly supported. (but values can be used) ICONS - You can specify 3 or 14 for an icon entry, HkC will automatically change it to groupicon. *New* VERSIONINFO - Will be added automatically by HkC if your build setup contains a hkc_ver config section. However if the user has already saved the versioninfo binary to a file with either HkC gui or with ResourceHacker's 'Save resource as binary' menu option, they can add thier own versioninfo resource entry and specify the path to this file. When HkC finds an existing versioninfo entrance in the config block it will use the existing one instead of generating one from the hkc_ver cfg. *New* BITMAP - RCDATA - HTML - MANIFEST - These types can be added as thier raw file components and require no special handling. |
||
| nIndex | Numeric Index value which you use to reference your resource in your script. If left blank 0 is assumed. | ||
| nLang | A
valid numeric sub
language value or 0
= Neutral. If left blank 0 is assumed. It is worth mentioning that if you don't intend writing multi-language programs the Lang value could also be used as a secondary type of indexing method. |
||
| sFileName | Resource
file path to be
added. When this field is blank the objective mode is switched from add to delete for removing individual resource items. *New* |
|
[HKC_RES] = 16 ` 1 ` 1033 ` @SD>MyVersionInfo.dat MyImage = 2 ` 1 ` 0 ` @SD>Promo.bmp Open ICO = 3 ` 230 ` ` %userprofile%\My Documents\Icons\Open.ico Close ICO = 14 ` 231 ` ` %userprofile%\My Documents\Icons\Close.ico Del - Menu = 4 ` 211 ` 1033 ` Del - Dialog = 5 ` 205 ` 1033 ` Del - Manifest = 24 ` 1 ` 1033 ` |
![]() |
|---|