Merge pull request #992 from gavinandresen/remove_wxBitcoin

Remove wxWidgets .exe during setup
pull/994/merge
Gavin Andresen 13 years ago
commit be4502968e

@ -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

Loading…
Cancel
Save