|
|
|
@ -96,8 +96,8 @@ Section -post SEC0001
@@ -96,8 +96,8 @@ Section -post SEC0001
|
|
|
|
|
WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1 |
|
|
|
|
WriteRegStr HKCR "bitcoin" "URL Protocol" "" |
|
|
|
|
WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin" |
|
|
|
|
WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin.exe |
|
|
|
|
WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin.exe" "$$1"' |
|
|
|
|
WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe |
|
|
|
|
WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "$$1"' |
|
|
|
|
SectionEnd |
|
|
|
|
|
|
|
|
|
# Macro for selecting uninstaller sections |
|
|
|
|