Skip to content

Commit

Permalink
Add advice re Task Manager to Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Dec 8, 2023
1 parent a637ae3 commit 1e3e331
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installers/windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ RequestExecutionLevel highest

notSilent:
IntCmp $ALREADY_RUNNING 603 notRunning
!insertmacro FatalError "${PRODUCT_NAME} is still running. Please close it before making changes."
!insertmacro FatalError "${PRODUCT_NAME} is still running. Please close it before making changes. \
If ${PRODUCT_NAME} doesn't appear to be running, please open Windows Task Manager to the \
Details tab, find ${PRODUCT_NAME}.exe and click End Task."
notRunning:

UserInfo::GetAccountType
Expand Down

0 comments on commit 1e3e331

Please sign in to comment.