Added the install-shared.nsi example

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7158 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2020-03-18 01:01:29 +00:00
parent 657a66f071
commit 02eb8e338a
5 changed files with 91 additions and 5 deletions

View file

@ -14,7 +14,7 @@ folders inside the users profile.
!define NAME "Per-User example"
!define REGPATH_UNINSTSUBKEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${NAME}"
Name "${NAME}"
OutFile "${NAME}.exe"
OutFile "Install ${NAME}.exe"
Unicode True
RequestExecutionLevel User ; We don't need UAC elevation
InstallDir "" ; Don't set a default $InstDir so we can detect /D= and InstallDirRegKey