From 6ecfb5323b83021c68c693e5173c32b6ea9cd62a Mon Sep 17 00:00:00 2001 From: canni0 Date: Sat, 4 Oct 2008 16:19:17 +0000 Subject: - 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 --- installer/settings/functions.nsh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'installer/settings/functions.nsh') 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 -- cgit v1.2.3