mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-14 00:44:58 +08:00
Stop epmd.exe from previous installation if any (#2734)
This commit is contained in:
parent
adc1e3432c
commit
7e6245ffac
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue