NSIS Installer stuck at "Installing, please wait..."
See original GitHub issue- electron-builder Version: 21.0.15
- Target: win10 nsis
Package.json:
"build": {
"asar": false,
"win": {
"target": "nsis"
},
"nsis": {
"runAfterFinish": false,
"artifactName": "${productName}-${version}-instalador.${ext}",
"oneClick": true
}
}
installer.nsh:
!macro preInit
SetRegView 64
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\${COMPANY_NAME}\${PRODUCT_NAME}"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\${COMPANY_NAME}\${PRODUCT_NAME}"
SetRegView 32
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\${COMPANY_NAME}\${PRODUCT_NAME}"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\${COMPANY_NAME}\${PRODUCT_NAME}"
!macroend
Installer gets successfully built but when executed gets stuck at “Installing, please wait…” forever
Issue Analytics
- State:
- Created 4 years ago
- Reactions:33
- Comments:52 (10 by maintainers)
Top Results From Across the Web
Pinnacle 21 Stuck on "Initializing/Installing, please wait ...
Hi, When launching the Pinnacle 21 Community (3.0. 1) setup .exe file the status bar hangs on initializing.
Read more >Download of file during NSIS installer run freezes at ...
When the installer runs and tries to download the file, it stucks at the phase "connecting" and never downloads anything. I have looked...
Read more >Why do I get NSIS Error?
The installer has failed a self-check. This means that for some actions, the installer file has been altered from its original form. If...
Read more >How to resolve 'NSIS error: Error launching installer' - Quora
1. Go to "Start," click on "Run," type "cmd" in the text box, and then click on "OK." 2. On to the black...
Read more >Take Control: Error: NSIS ERROR "Error Launching Installer"
Solution · The installer is corrupted, and we should download a new installer and retry the installation · The Windows User Account has...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@develar hey there, any official plans/workarounds for this?
I never saw this issue with
20.39.x
- I’m pulling my hair out over this bug on literally day 2 after upgrading to the latestelectron-builder
. If this happened to a user, I can be pretty sure they’re never getting this fixed, giving up, and lost to us forever as a user.THIS IS A CRITICAL BUG