fixed bug #1664957 - Vista Start Menu
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4952 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
28a3b53b05
commit
f47ce901b2
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
||||||
;Get installation folder from registry if available
|
;Get installation folder from registry if available
|
||||||
InstallDirRegKey HKCU "Software\Modern UI Test" ""
|
InstallDirRegKey HKCU "Software\Modern UI Test" ""
|
||||||
|
|
||||||
|
;Vista redirects $SMPROGRAMS to all users without this
|
||||||
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Variables
|
;Variables
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue