added $EXEFILE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5120 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b5df399991
commit
f4c9414545
6 changed files with 16 additions and 9 deletions
|
@ -28,7 +28,8 @@ extern NSIS_STRING g_usrvars[1];
|
|||
# define state_plugins_dir g_usrvars[26]
|
||||
#endif
|
||||
#define state_exe_path g_usrvars[27]
|
||||
#define state_click_next g_usrvars[29]
|
||||
#define state_exe_file g_usrvars[28]
|
||||
#define state_click_next g_usrvars[30]
|
||||
|
||||
extern char g_caption[NSIS_MAX_STRLEN*2];
|
||||
#ifdef NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue