diff --git a/rel/app/windows/Installer.nsi b/rel/app/windows/Installer.nsi index 39e4674cd..61e8a38d7 100644 --- a/rel/app/windows/Installer.nsi +++ b/rel/app/windows/Installer.nsi @@ -42,6 +42,9 @@ Section "Install" ${EndIf} Delete "$INSTDIR\vc_redist.x64.exe" + DetailPrint "Stopping epmd.exe from previous installation, if any" + ExecWait "taskkill /f /t /im epmd.exe" + File /a /r "bin\Livebook-Release\" CreateDirectory "$LOCALAPPDATA\Livebook\Logs"