mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
* update installer script
* corrected path for qss, style * switched to autostart , its will be bether then Run with Registry, loading stylesheet images works now on system start . git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@922 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e6367a2947
commit
ccc7a63e9d
1 changed files with 13 additions and 11 deletions
|
@ -163,23 +163,19 @@ Section $(sec_data) sec_data
|
||||||
; We're not ready for external skins...
|
; We're not ready for external skins...
|
||||||
; Set Section qss need to remove svn path
|
; Set Section qss need to remove svn path
|
||||||
SetOutPath "$INSTDIR\qss\"
|
SetOutPath "$INSTDIR\qss\"
|
||||||
File /r release\qss\*.*
|
File /r qss\*.*
|
||||||
|
|
||||||
; Set Section emoticons need to remove svn path
|
|
||||||
; SetOutPath "$INSTDIR\emoticons\"
|
|
||||||
; File /r release\emoticons\*.*
|
|
||||||
|
|
||||||
; Set Section skin
|
; Set Section skin
|
||||||
; SetOutPath "$INSTDIR\skin\"
|
; SetOutPath "$INSTDIR\skin\"
|
||||||
; File /r release\skin\*.*
|
; File /r release\skin\*.*
|
||||||
|
|
||||||
; Add emoticons
|
; Add emoticons
|
||||||
SetOutPath "$INSTDIR\emoticons\kopete\"
|
SetOutPath "$INSTDIR\emoticons\"
|
||||||
File /r release\emoticons\kopete\*.*
|
File /r emoticons\*.*
|
||||||
|
|
||||||
; Add Chat Style
|
; Add Chat Style
|
||||||
SetOutPath "$INSTDIR\style\"
|
SetOutPath "$INSTDIR\style\"
|
||||||
File /r release\style\*.*
|
File /r style\*.*
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
@ -193,7 +189,7 @@ Section $(sec_mplayer) sec_mplayer
|
||||||
|
|
||||||
; Set Section Files and Shortcuts
|
; Set Section Files and Shortcuts
|
||||||
SetOutPath "$INSTDIR\mplayer"
|
SetOutPath "$INSTDIR\mplayer"
|
||||||
File /r "mplayer\MPlayer-1.0rc2\*.*"
|
File /r "mplayer\*.*"
|
||||||
|
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -236,12 +232,18 @@ Section Quicklaunchbar SEC0003
|
||||||
SectionEnd
|
SectionEnd
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
|
;Section $(sec_autostart) sec_autostart
|
||||||
|
|
||||||
|
; WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroRun" "$INSTDIR\${APPNAME}.exe -a"
|
||||||
|
|
||||||
|
;SectionEnd
|
||||||
|
|
||||||
Section $(sec_autostart) sec_autostart
|
Section $(sec_autostart) sec_autostart
|
||||||
|
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroRun" "$INSTDIR\${APPNAME}.exe -a"
|
CreateShortCut "$SMSTARTUP\${APPNAME}.lnk" "$INSTDIR\RetroShare.exe" "" "$INSTDIR\RetroShare.exe" 0
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
||||||
Section -FinishSection
|
Section -FinishSection
|
||||||
|
|
||||||
WriteRegStr HKLM "Software\${APPNAME}" "" "$INSTDIR"
|
WriteRegStr HKLM "Software\${APPNAME}" "" "$INSTDIR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue