From b0499c3a07ffdf1540d9338cb59e510b9c9a167c Mon Sep 17 00:00:00 2001 From: Dmitry Puzyrkov <dmitry.puzyrkov@demlabs.net> Date: Thu, 22 Aug 2024 16:35:53 +0000 Subject: [PATCH] Update cellframe-node.nsis --- os/windows/cellframe-node.nsis | 1 + 1 file changed, 1 insertion(+) diff --git a/os/windows/cellframe-node.nsis b/os/windows/cellframe-node.nsis index b2914ef95..43e5db2e2 100644 --- a/os/windows/cellframe-node.nsis +++ b/os/windows/cellframe-node.nsis @@ -357,6 +357,7 @@ Section "Uninstall" Delete "$INSTDIR\${NODE_NAME}-cli.exe" Delete "$INSTDIR\${NODE_NAME}-config.exe" DeleteRegKey HKLM "${UNINSTALL_PATH}" + DeleteRegKey HKLM "Software\${APP_NAME}" DeleteRegKey HKCU "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\$INSTDIR\${NODE_NAME}.exe" Delete "$INSTDIR\Uninstall.exe" ;RMDir "$INSTDIR" -- GitLab