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
According to this CHECK_APP_RUNNING check, we're only looking for the process name. Is there any way we can exclude the current executable (the installer) from the check?
I understand that most users won't bother renaming the installer, but out of the few who does, that're totally confused why the app won't install. As a result, we get complaints from time to time from users who think we might have dropped support for their version of Windows, or if we don't support 32-bit or 64-bit version.
The text was updated successfully, but these errors were encountered:
For now if installer process name equals to APP_EXECUTABLE_FILENAME, we do not check if app is already running. Probably pid should be used, but for now it is implemented so.
Observed behavior:
Code reference: https://github.com/electron-userland/electron-builder/blob/master/templates/nsis/allowOnlyOneInstallerInstance.nsh#L26
According to this CHECK_APP_RUNNING check, we're only looking for the process name. Is there any way we can exclude the current executable (the installer) from the check?
I understand that most users won't bother renaming the installer, but out of the few who does, that're totally confused why the app won't install. As a result, we get complaints from time to time from users who think we might have dropped support for their version of Windows, or if we don't support 32-bit or 64-bit version.
The text was updated successfully, but these errors were encountered: