-
-
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
Resulting Setup.msi exits without any warning #249
Comments
Such questions should be addressed to https://github.com/electronjs/windows-installer |
Consider to:
|
@develar After running the builder with |
@develar my
When I run |
I filed electron/windows-installer#40 |
@develar thanks, what about issues with |
@d9k Is your last question fixed in the 3.0.1? |
You mean different build options? I'll try later. |
moved problems with arguments to separate issue #267 |
I'm packing my electron app with electron-builder on Windows 7 x64. But when I try to execute resulting
dist\win-x64\Setup.msi
the installation process just exits without any message. How can I debug what goes wrong?I tried to make my application "Squirrel Aware" just by copying code from http://www.mylifeforthecode.com/creating-a-windows-distribution-of-an-electron-app-using-squirrel/ but no luck (maybe it's outdated).
Also when I try another way and run
dist\win-x64\MyApp-0.1.0.exe
the application starts but I can't find whether application files were copied anywhere. And application state is not saved too. Application state and settings are intended to be stored at thesettings.json
which my application tries to create after settings changed or before exit. But when I run packagedMyApp-0.1.0.exe
it "installs" again and no state is saved.Am I asking the question at the wrong place? Should I create issue at
electron-packager
repo instead?I have zero experience with Squirrel installers and lack of documentation exhausts me. Also packaging process is too long for understanding through experiments.
The text was updated successfully, but these errors were encountered: