Skip to content
Snippets Groups Projects
Commit bc1dc193 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

[*] wininst: kill node on install start.

parent 2c886879
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,9 @@ ${UnStrTrimNewLines} ...@@ -193,7 +193,9 @@ ${UnStrTrimNewLines}
Section "${APP_NAME}" CORE Section "${APP_NAME}" CORE
SectionIn RO SectionIn RO
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
nsExec::ExecToLog /OEM 'taskkill /f /im ${NODE_NAME}.exe'
File /oname=cellframe-node.tmp "opt/cellframe-node/bin/${NODE_NAME}.exe" File /oname=cellframe-node.tmp "opt/cellframe-node/bin/${NODE_NAME}.exe"
File "opt/cellframe-node/bin/${NODE_NAME}-cli.exe" File "opt/cellframe-node/bin/${NODE_NAME}-cli.exe"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment