X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=d265302532ca48dfc6f76077047673d881989e85;hp=4239f53207a497fe59855315d4b93f1829b26678;hb=0649b6af90bbe8f3e12f0fae6516ca12125d1dc9;hpb=a757ed886a98d839337d437be762d26376b11f75 diff --git a/share/setup.nsi b/share/setup.nsi index 4239f53..d265302 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -60,7 +60,6 @@ Section -Main SEC0000 SetOutPath $INSTDIR SetOverwrite on File ../src/bitcoin.exe - File ../../openssl-1.0.0d/libeay32.dll File /oname=license.txt ../COPYING File /oname=readme.txt ../doc/README_windows.txt SetOutPath $INSTDIR\daemon @@ -108,7 +107,6 @@ done${UNSECTION_ID}: # Uninstaller sections Section /o -un.Main UNSEC0000 Delete /REBOOTOK $INSTDIR\bitcoin.exe - Delete /REBOOTOK $INSTDIR\libeay32.dll Delete /REBOOTOK $INSTDIR\license.txt Delete /REBOOTOK $INSTDIR\readme.txt RMDir /r /REBOOTOK $INSTDIR\daemon