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 GitHub
parent 90405e402f
commit 979249ff6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"