mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 05:44:29 -05:00
update installer script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2190 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a229b1a651
commit
abccee278e
@ -233,8 +233,8 @@ Section $(sec_link) sec_link
|
||||
|
||||
|
||||
; Write the file association
|
||||
WriteRegStr HKCR .pqi "" retroshare
|
||||
WriteRegStr HKCR retroshare "" "PQI File"
|
||||
WriteRegStr HKCR .rsc "" retroshare
|
||||
WriteRegStr HKCR retroshare "" "RSC File"
|
||||
WriteRegBin HKCR retroshare EditFlags 00000100
|
||||
WriteRegStr HKCR "retroshare\shell" "" open
|
||||
WriteRegStr HKCR "retroshare\shell\open\command" "" `"$INSTDIR\RetroShare.exe" "%1"`
|
||||
@ -305,7 +305,7 @@ SectionEnd
|
||||
Section "Uninstall"
|
||||
|
||||
; Remove file association registry keys
|
||||
DeleteRegKey HKCR .pqi
|
||||
DeleteRegKey HKCR .rsc
|
||||
DeleteRegKey HKCR retroshare
|
||||
|
||||
; Remove program/uninstall regsitry keys
|
||||
|
Loading…
Reference in New Issue
Block a user