default directory that does not require administrator privileges

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5522 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2008-02-04 01:35:09 +00:00
parent 3c24e63d41
commit 0da07bfabd
5 changed files with 12 additions and 5 deletions

View file

@ -15,11 +15,12 @@
OutFile "Basic.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\Modern UI Test"
InstallDir "$LOCALAPPDATA\Modern UI Test"
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\Modern UI Test" ""
;Request application privileges for Windows Vista
RequestExecutionLevel user
;--------------------------------

View file

@ -15,11 +15,12 @@
OutFile "HeaderBitmap.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\Modern UI Test"
InstallDir "$LOCALAPPDATA\Modern UI Test"
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\Modern UI Test" ""
;Request application privileges for Windows Vista
RequestExecutionLevel user
;--------------------------------

View file

@ -15,11 +15,12 @@
OutFile "MultiLanguage.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\Modern UI Test"
InstallDir "$LOCALAPPDATA\Modern UI Test"
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\Modern UI Test" ""
;Request application privileges for Windows Vista
RequestExecutionLevel user
;--------------------------------

View file

@ -15,11 +15,12 @@
OutFile "StartMenu.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\Modern UI Test"
InstallDir "$LOCALAPPDATA\Modern UI Test"
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\Modern UI Test" ""
;Request application privileges for Windows Vista
RequestExecutionLevel user
;--------------------------------

View file

@ -15,11 +15,14 @@
OutFile "WelcomeFinish.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\Modern UI Test"
InstallDir "$LOCALAPPDATA\Modern UI Test"
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\Modern UI Test" ""
;Request application privileges for Windows Vista
RequestExecutionLevel user
;--------------------------------
;Interface Settings