MultiUser now supports $ProgramFiles64 (Bug #843)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6824 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-12-26 23:01:41 +00:00
parent 28e6462b4e
commit 75cf6b20ef
4 changed files with 24 additions and 2 deletions

View file

@ -146,7 +146,7 @@ The next example will succeed in deleting the directory.
\c outpath
Sets the output path ($OUTDIR) and creates it (recursively if necessary), if it does not exist. Must be a full pathname, usually is just $INSTDIR (you can specify $INSTDIR if you are lazy with a single "-").
Sets the output path ($OUTDIR) and creates it (recursively if necessary), if it does not exist. Must be a full pathname, usually is just $INSTDIR (you can specify $INSTDIR with a single "-" if you are lazy).
\c SetOutPath $INSTDIR
\c File program.exe