diff options
author | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-04-24 18:47:21 +0000 |
---|---|---|
committer | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-04-24 18:47:21 +0000 |
commit | c52a15b5fbd7df575d20e1387a435be4873ec6e1 (patch) | |
tree | 45c33bfda4bbabfc62f20081a4f6cb8c5db198f5 /installer | |
parent | 13bff3dc29108cde5ec88d6e9ce656ce377b4694 (diff) | |
download | usdx-c52a15b5fbd7df575d20e1387a435be4873ec6e1.tar.gz usdx-c52a15b5fbd7df575d20e1387a435be4873ec6e1.tar.xz usdx-c52a15b5fbd7df575d20e1387a435be4873ec6e1.zip |
- fixed problems with UAC on Windows Vista and upcoming Windows 7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1693 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'installer')
-rw-r--r-- | installer/UltraStar Deluxe.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/UltraStar Deluxe.nsi b/installer/UltraStar Deluxe.nsi index 2b2991e3..07b064ba 100644 --- a/installer/UltraStar Deluxe.nsi +++ b/installer/UltraStar Deluxe.nsi @@ -43,9 +43,9 @@ OutFile "ultrastardx-${version}-installer-full.exe" InstallDir "$PROGRAMFILES\${name}"
-; Windows Vista:
+; Windows Vista / Windows 7:
-RequestExecutionLevel user
+RequestExecutionLevel admin
; ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~
; Interface Settings
|