You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect and prompt for shutdown of Gridcoin wallet during install for Windows
This commit introduces the use of ExecWait in combination with tasklist
and find to detect a running Gridcoin wallet, either GUI or daemon, and
prompt to shut it down before installation proceeds.
MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION 'The Gridcoin wallet (@GRIDCOIN_GUI_NAME@@EXEEXT@) is running. Please close before continuing.' IDOK loop IDCANCEL end
MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION 'The Gridcoin wallet daemon (@GRIDCOIN_DAEMON_NAME@@EXEEXT@) is running. Please close before continuing.' IDOK loop IDCANCEL end
180
+
notRunning_daemon:
171
181
; Check for HKCU Path registry and prompt for uninstallation if found
0 commit comments