-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSIS installer doesn't work on Windows 10. #2134
Comments
Please try to disable MS Defender. Does it help? Please try to install your app using terminal on Windows 10 (not a joke, run cmd.exe and execute installer file). |
@develar my friend also built an electron app about a month ago(with an old version of electron-builder of course). On the same Windows 10 I could install it successfully. So I don' think the Windows 10 or its anti-virus software is the root cause. |
@tylerlong Yes, in the recent versions NSIS was updated from NSIS 3.0.0 to NSIS 3.02.1 I just want to understand what's happening and that's why ask you. |
BTW, your release works for me, but in any case I confirm that I am aware of this issue on Windows 10. |
I just tried disabling the anti-virus software and installing from command line. It didn't work. I could see the mouse became a spinner for a short time then nothing popped up. @develar there are two releases. One is NSIS installer and the other is portable exe. The portable one does work while the NSIS installers doesn't. |
I have tried setup. Ok — it is some Windows 10 issue and I need clean Windows 10 to check, working on it. Don't worry — this issue will be fixed ASAP. |
@tylerlong Could you please try my test app https://drive.google.com/file/d/0Bz3JwZ-jqfROZ0VSY0JMdlVFZGc/view?usp=sharing to install? |
Thank you for your quick response. I just tested my setup installer on another windows 10 computer and it didn't work. I am going to try yours. Stay tuned. |
Yours didn't work either. Same issue.
|
Same issue for |
Issue reproduced on clean Windows 10 machine. |
Upstream bug — reverted to NSIS 3.01. |
I built the installers without any issue on macOS. The mac zip and dmg files both work like a charm.
However, NSIS installer doesn't work on Windows 10. Nothing pops up after clicking the installer.
I tried the portable installer and it worked.
I tried the NSIS installer on Windows 7, it crashed at the end of the installation. But the app had been installed successfully and I could use the installed app without problem.
So the problem is I cannot start the NSIS installer widzard at all on Windows 10. Here is the error messages copied from event viewer:
Here are the built files: https://github.com/tylerlong/swagger-app/releases
You can also read the source code.
The text was updated successfully, but these errors were encountered: