aboutsummaryrefslogtreecommitdiffstats
path: root/installer/settings/functions.nsh
diff options
context:
space:
mode:
authorcanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-04 16:19:17 +0000
committercanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-04 16:19:17 +0000
commit6ecfb5323b83021c68c693e5173c32b6ea9cd62a (patch)
tree77671dd6451e387a57f460180fdf48b61ae8791e /installer/settings/functions.nsh
parentf8df3baf3415fbea2c56eaebca2def446c15c71b (diff)
downloadusdx-6ecfb5323b83021c68c693e5173c32b6ea9cd62a.tar.gz
usdx-6ecfb5323b83021c68c693e5173c32b6ea9cd62a.tar.xz
usdx-6ecfb5323b83021c68c693e5173c32b6ea9cd62a.zip
- fixed:
default install dir hover descriptions vista game explorer shortcut - request privileges on vista - added settings page git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1432 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'installer/settings/functions.nsh')
-rw-r--r--installer/settings/functions.nsh4
1 files changed, 1 insertions, 3 deletions
diff --git a/installer/settings/functions.nsh b/installer/settings/functions.nsh
index 386def41..8345c4cc 100644
--- a/installer/settings/functions.nsh
+++ b/installer/settings/functions.nsh
@@ -1,5 +1,3 @@
-!define exe2 "USdx"
-
; Creates Desktop Shortcut(s) if
; checked on Finish Page
@@ -7,7 +5,7 @@ Function CreateDesktopShortCuts
SetOutPath "$INSTDIR"
-CreateShortcut "$Desktop\$(sm_shortcut).lnk" "$INSTDIR\${exe2}.exe"
+CreateShortcut "$Desktop\$(sm_shortcut).lnk" "$INSTDIR\USdx.exe"
FunctionEnd