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

View file

@ -1,5 +1,15 @@
\A{history} Changelog and Release Notes
\H{v3.01} 3.02
Released on ? ?th, 2017
\S1{v3.02-cl} Changelog
\S2{} Minor Changes
\b MultiUser now supports $ProgramFiles64 (\W{http://sf.net/p/nsis/bugs/843}{bug #843})
\H{v3.01} 3.01
Released on December 11th, 2016