From: Gavin Andresen Date: Mon, 26 Mar 2012 19:33:02 +0000 (-0700) Subject: Merge pull request #992 from gavinandresen/remove_wxBitcoin X-Git-Tag: v0.4.0-unstable~129^2~128^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=be4502968e18a121331c0fd90cffc4580ff024f3;hp=c289d95d6bb3105a67b96a697ddb9dd773cf1033 Merge pull request #992 from gavinandresen/remove_wxBitcoin Remove wxWidgets .exe during setup --- diff --git a/share/setup.nsi b/share/setup.nsi index bffef9c..3d528ce 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -75,6 +75,10 @@ Section -Main SEC0000 File /r /x *.exe /x *.o ../src\*.* SetOutPath $INSTDIR WriteRegStr HKCU "${REGKEY}\Components" Main 1 + + # Remove old wxwidgets-based-bitcoin executable and locales: + Delete /REBOOTOK $INSTDIR\bitcoin.exe + RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd Section -post SEC0001