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:
defnax 2010-02-04 14:11:21 +00:00
parent a229b1a651
commit abccee278e

View File

@ -233,8 +233,8 @@ Section $(sec_link) sec_link
; Write the file association ; Write the file association
WriteRegStr HKCR .pqi "" retroshare WriteRegStr HKCR .rsc "" retroshare
WriteRegStr HKCR retroshare "" "PQI File" WriteRegStr HKCR retroshare "" "RSC File"
WriteRegBin HKCR retroshare EditFlags 00000100 WriteRegBin HKCR retroshare EditFlags 00000100
WriteRegStr HKCR "retroshare\shell" "" open WriteRegStr HKCR "retroshare\shell" "" open
WriteRegStr HKCR "retroshare\shell\open\command" "" `"$INSTDIR\RetroShare.exe" "%1"` WriteRegStr HKCR "retroshare\shell\open\command" "" `"$INSTDIR\RetroShare.exe" "%1"`
@ -305,7 +305,7 @@ SectionEnd
Section "Uninstall" Section "Uninstall"
; Remove file association registry keys ; Remove file association registry keys
DeleteRegKey HKCR .pqi DeleteRegKey HKCR .rsc
DeleteRegKey HKCR retroshare DeleteRegKey HKCR retroshare
; Remove program/uninstall regsitry keys ; Remove program/uninstall regsitry keys