added Quicklaunch Shortcut

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@290 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-01-13 14:21:48 +00:00
parent 983efff1c0
commit 09803ff16c

View File

@ -63,7 +63,7 @@ Section "RetroShare Data" Section1b
; Set Section Files and Shortcuts
SetOutPath "$APPDATA\RetroShare\"
File /r "data\*"
;File /r "data\*"
; We're not ready for external skins...
; Set Section qss
@ -98,13 +98,20 @@ Section "Start Menu Shortcuts" section3
SectionEnd
Section "Desktop Shortcuts" section4
Section "Desktop Shortcut" section4
CreateShortCut "$DESKTOP\${APPNAME}.lnk" "$INSTDIR\RetroShare.exe" "" "$INSTDIR\RetroShare.exe" 0
SectionEnd
Section "Automatic Startup" section5
Section "Quicklaunch Shortcut" section5
CreateShortCut "$QUICKLAUNCH\${APPNAME}.lnk" "$INSTDIR\RetroShare.exe" "" "$INSTDIR\RetroShare.exe" 0
SectionEnd
Section "Automatic Startup" section6
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroRun" "$INSTDIR\${APPNAME}.exe -a"