X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=share%2Fsetup.nsi;h=22a10db563ea3145fd6843b07c45575df9b74962;hb=ef17ac0211ddd486127e1f94756fbb3fd704a9b4;hp=b329f36e4dcc42f23c7bc61e936fc5a63dbaa8f0;hpb=83e34b29071b58d6578b197430d12c55d277a515;p=novacoin.git diff --git a/share/setup.nsi b/share/setup.nsi index b329f36..22a10db 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.2.2 +!define VERSION 0.3.0 !define COMPANY "NovaCoin project" !define URL http://www.novacoin.ru/ @@ -45,13 +45,13 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile novacoin-0.2.2-win32-setup.exe +OutFile novacoin-0.3.0-win32-setup.exe InstallDir $PROGRAMFILES\NovaCoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.2.2.0 +VIProductVersion 0.3.0.0 VIAddVersionKey ProductName NovaCoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" @@ -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