X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=3d528ce789382c295077d8e82fb63dd089018dc3;hp=bffef9c4132a45ee411ef6d7ad5105583768195c;hb=be4502968e18a121331c0fd90cffc4580ff024f3;hpb=c289d95d6bb3105a67b96a697ddb9dd773cf1033 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