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:
kichik 2007-04-24 19:09:51 +00:00
parent b5df399991
commit f4c9414545
6 changed files with 16 additions and 9 deletions

View file

@ -75,6 +75,10 @@ The Windows desktop directory (usually \c{C:\\Windows\\Desktop} but detected at
The directory containing the installer executable (technically you can modify this variable, but it is probably not a good idea).
\e{$EXEFILE}
The base name of the installer executable.
\e{$EXEPATH}
The full path of the installer executable.