X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=e231436408be58122a47e4f81efa237bcb824506;hp=38f0a3a00a4fff4d38368044b1d3e081a75671f8;hb=9a133240d307abc964409540dba337b133922f7f;hpb=166004aca586292458fd6dd2c676e20f70d1e65d diff --git a/share/setup.nsi b/share/setup.nsi index 38f0a3a..e231436 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