diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 50ee18e970..9c0473f45f 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -1023,8 +1023,6 @@ FunctionEnd ${nsProcess::FindProcess} ${applicationName} $R0 ${If} $R0 == 0 - !define UniqueID ${__LINE__} - ; the process is running, ask the user if they want us to close it MessageBox MB_OK|MB_ICONEXCLAMATION \ "${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close ${displayName} and try again."