X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=55390f3521e3478939263380473ff753d3ba8893;hp=c574269bc49bf794fdae914ee97c9017d74de860;hb=9504e415cbeb128331fa4715bcccfaad6a443731;hpb=1941765ae25d7223cdd4c44deb7474ae75dc48dc diff --git a/share/setup.nsi b/share/setup.nsi index c574269..55390f3 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