X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=22a10db563ea3145fd6843b07c45575df9b74962;hp=accce9bc1d579054a0d4653df7a0b66b7323b897;hb=8f4f2ec56e73e0c67c16fa2b3e60f3f41388be1b;hpb=52c04208aaaa9ce5cff106372fc314bc87173733 diff --git a/share/setup.nsi b/share/setup.nsi index accce9b..22a10db 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -76,7 +76,7 @@ Section -Main SEC0000 SetOutPath $INSTDIR WriteRegStr HKCU "${REGKEY}\Components" Main 1 - # Remove old wxwidgets-based-bitcoin executable and locales: + # Remove old wxwidgets-based-novacoin executable and locales: #Delete /REBOOTOK $INSTDIR\novacoin.exe #RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd @@ -98,11 +98,11 @@ Section -post SEC0001 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1 - # bitcoin: URI handling disabled for 0.6.0 - # WriteRegStr HKCR "bitcoin" "URL Protocol" "" - # WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin" - # WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe - # WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "$$1"' + # novacoin: URI handling disabled for 0.6.0 + # WriteRegStr HKCR "novacoin" "URL Protocol" "" + # WriteRegStr HKCR "novacoin" "" "URL:Novacoin" + # WriteRegStr HKCR "novacoin\DefaultIcon" "" $INSTDIR\novacoin-qt.exe + # WriteRegStr HKCR "novacoin\shell\open\command" "" '"$INSTDIR\novacoin-qt.exe" "$$1"' SectionEnd # Macro for selecting uninstaller sections @@ -131,8 +131,8 @@ SectionEnd Section -un.post UNSEC0001 DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall NovaCoin.lnk" - #Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Bitcoin.lnk" - #Delete /REBOOTOK "$SMSTARTUP\Bitcoin.lnk" + #Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Novacoin.lnk" + #Delete /REBOOTOK "$SMSTARTUP\Novacoin.lnk" Delete /REBOOTOK $INSTDIR\uninstall.exe Delete /REBOOTOK $INSTDIR\debug.log Delete /REBOOTOK $INSTDIR\db.log