Increased max width of amount field to prevent number overflow bug.
[novacoin.git] / share / setup.nsi
index b329f36..22a10db 100644 (file)
@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.2.2\r
+!define VERSION 0.3.0\r
 !define COMPANY "NovaCoin project"\r
 !define URL http://www.novacoin.ru/\r
 \r
@@ -45,13 +45,13 @@ Var StartMenuGroup
 !insertmacro MUI_LANGUAGE English\r
 \r
 # Installer attributes\r
-OutFile novacoin-0.2.2-win32-setup.exe\r
+OutFile novacoin-0.3.0-win32-setup.exe\r
 InstallDir $PROGRAMFILES\NovaCoin\r
 CRCCheck on\r
 XPStyle on\r
 BrandingText " "\r
 ShowInstDetails show\r
-VIProductVersion 0.2.2.0\r
+VIProductVersion 0.3.0.0\r
 VIAddVersionKey ProductName NovaCoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
@@ -76,7 +76,7 @@ Section -Main SEC0000
     SetOutPath $INSTDIR\r
     WriteRegStr HKCU "${REGKEY}\Components" Main 1\r
 \r
-    # Remove old wxwidgets-based-bitcoin executable and locales:\r
+    # Remove old wxwidgets-based-novacoin executable and locales:\r
     #Delete /REBOOTOK $INSTDIR\novacoin.exe\r
     #RMDir /r /REBOOTOK $INSTDIR\locale\r
 SectionEnd\r
@@ -98,11 +98,11 @@ Section -post SEC0001
     WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1\r
     WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1\r
 \r
-    # bitcoin: URI handling disabled for 0.6.0\r
-    #    WriteRegStr HKCR "bitcoin" "URL Protocol" ""\r
-    #    WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin"\r
-    #    WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe\r
-    #    WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "$$1"'\r
+    # novacoin: URI handling disabled for 0.6.0\r
+    #    WriteRegStr HKCR "novacoin" "URL Protocol" ""\r
+    #    WriteRegStr HKCR "novacoin" "" "URL:Novacoin"\r
+    #    WriteRegStr HKCR "novacoin\DefaultIcon" "" $INSTDIR\novacoin-qt.exe\r
+    #    WriteRegStr HKCR "novacoin\shell\open\command" "" '"$INSTDIR\novacoin-qt.exe" "$$1"'\r
 SectionEnd\r
 \r
 # Macro for selecting uninstaller sections\r
@@ -131,8 +131,8 @@ SectionEnd
 Section -un.post UNSEC0001\r
     DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)"\r
     Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall NovaCoin.lnk"\r
-    #Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Bitcoin.lnk"\r
-    #Delete /REBOOTOK "$SMSTARTUP\Bitcoin.lnk"\r
+    #Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Novacoin.lnk"\r
+    #Delete /REBOOTOK "$SMSTARTUP\Novacoin.lnk"\r
     Delete /REBOOTOK $INSTDIR\uninstall.exe\r
     Delete /REBOOTOK $INSTDIR\debug.log\r
     Delete /REBOOTOK $INSTDIR\db.log\r