Stop epmd.exe from previous installation if any (#2734)

This commit is contained in:
Wojtek Mach 2024-08-06 15:03:10 +02:00 committed by Jonatan Kłosko
parent adc1e3432c
commit 7e6245ffac

View file

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