mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 18:29:02 -04:00
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:
parent
983efff1c0
commit
09803ff16c
1 changed files with 10 additions and 3 deletions
|
@ -63,7 +63,7 @@ Section "RetroShare Data" Section1b
|
||||||
|
|
||||||
; Set Section Files and Shortcuts
|
; Set Section Files and Shortcuts
|
||||||
SetOutPath "$APPDATA\RetroShare\"
|
SetOutPath "$APPDATA\RetroShare\"
|
||||||
File /r "data\*"
|
;File /r "data\*"
|
||||||
|
|
||||||
; We're not ready for external skins...
|
; We're not ready for external skins...
|
||||||
; Set Section qss
|
; Set Section qss
|
||||||
|
@ -98,13 +98,20 @@ Section "Start Menu Shortcuts" section3
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Desktop Shortcuts" section4
|
Section "Desktop Shortcut" section4
|
||||||
|
|
||||||
CreateShortCut "$DESKTOP\${APPNAME}.lnk" "$INSTDIR\RetroShare.exe" "" "$INSTDIR\RetroShare.exe" 0
|
CreateShortCut "$DESKTOP\${APPNAME}.lnk" "$INSTDIR\RetroShare.exe" "" "$INSTDIR\RetroShare.exe" 0
|
||||||
|
|
||||||
SectionEnd
|
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"
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroRun" "$INSTDIR\${APPNAME}.exe -a"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue