Dynamically remove/insert the Options for encryption in the menus.
[novacoin.git] / share / setup.nsi
index 4239f53..8677d33 100644 (file)
@@ -4,7 +4,7 @@ RequestExecutionLevel highest
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.3.22\r
+!define VERSION 0.3.24\r
 !define COMPANY "Bitcoin project"\r
 !define URL http://www.bitcoin.org/\r
 \r
@@ -39,12 +39,12 @@ Var StartMenuGroup
 !insertmacro MUI_LANGUAGE English\r
 \r
 # Installer attributes\r
-OutFile bitcoin-0.3.22-win32-setup.exe\r
+OutFile bitcoin-0.3.24-win32-setup.exe\r
 InstallDir $PROGRAMFILES\Bitcoin\r
 CRCCheck on\r
 XPStyle on\r
 ShowInstDetails show\r
-VIProductVersion 0.3.22.0\r
+VIProductVersion 0.3.24.0\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
@@ -60,7 +60,6 @@ Section -Main SEC0000
     SetOutPath $INSTDIR\r
     SetOverwrite on\r
     File ../src/bitcoin.exe\r
-    File ../../openssl-1.0.0d/libeay32.dll\r
     File /oname=license.txt ../COPYING\r
     File /oname=readme.txt ../doc/README_windows.txt\r
     SetOutPath $INSTDIR\daemon\r
@@ -108,7 +107,6 @@ done${UNSECTION_ID}:
 # Uninstaller sections\r
 Section /o -un.Main UNSEC0000\r
     Delete /REBOOTOK $INSTDIR\bitcoin.exe\r
-    Delete /REBOOTOK $INSTDIR\libeay32.dll\r
     Delete /REBOOTOK $INSTDIR\license.txt\r
     Delete /REBOOTOK $INSTDIR\readme.txt\r
     RMDir /r /REBOOTOK $INSTDIR\daemon\r