X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=share%2Fsetup.nsi;h=4c837c974bfebc3107be1e4e20a41317ddb945eb;hb=aec5c5fe26293452d3fe7acf1e4c20830613812c;hp=cd39aa3993bf8ad7bc82850d05c17dabf03cb746;hpb=6c9498147fb4bd6e1a79eaaa0c93a558a57a0caf;p=novacoin.git diff --git a/share/setup.nsi b/share/setup.nsi index cd39aa3..4c837c9 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -1,10 +1,11 @@ Name Bitcoin RequestExecutionLevel highest +SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.3.24 +!define VERSION 0.4.1 !define COMPANY "Bitcoin project" !define URL http://www.bitcoin.org/ @@ -44,12 +45,13 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile bitcoin-0.3.24-win32-setup.exe +OutFile bitcoin-0.4.1-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on +BrandingText " " ShowInstDetails show -VIProductVersion 0.3.24.0 +VIProductVersion 0.4.1.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"