-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Creating an MSI on Windows fails #485
Comments
It is our bug. Are you sure that you want msi — #366 (comment) ? |
Yes, an MSI is pretty essential to the delivery of the application unfortunately! |
@skewis6 Will be fixed soon. |
As always *** Squirrel.Windows masks real exception :( Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build an MSI on Windows, I've added in the flag
msi: true
, but this keeps throwing this wonderful error.Not really sure what to do with that error. I notice it says electron-winstaller, so it could well be an issue with that project itself but I'm not sure.
I do have the application building without the msi flag set to
true
, to an installable windowssetup.exe
, which is great, but we do want the.msi
as well.Build task looks like this:
The text was updated successfully, but these errors were encountered: