git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3941 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-03-29 20:57:16 +00:00
parent 99fd0223ab
commit 02c67b8a83
5 changed files with 14 additions and 13 deletions

View file

@ -64,7 +64,7 @@ The windows desktop directory (usually C:\\windows\\desktop but detected at runt
\e{$EXEDIR}
The location of the installer executable. (technically you can modify this variable, but it is probably not a good idea)
The location of the installer executable (technically you can modify this variable, but it is probably not a good idea).
\e{$\{NSISDIR\}}
@ -72,15 +72,15 @@ A symbol that contains the path where NSIS is installed. Detected at compile tim
\e{$WINDIR}
The windows directory (usually C:\\windows or C:\\winnt but detected at runtime)
The windows directory (usually C:\\windows or C:\\winnt but detected at runtime).
\e{$SYSDIR}
The windows system directory (usually C:\\windows\\system or C:\\winnt\\system32 but detected at runtime)
The windows system directory (usually C:\\windows\\system or C:\\winnt\\system32 but detected at runtime).
\e{$TEMP}
The system temporary directory (usually C:\\windows\\temp but detected at runtime)
The system temporary directory (usually C:\\windows\\temp but detected at runtime).
\e{$STARTMENU}