-
Notifications
You must be signed in to change notification settings - Fork 96
Having trouble with creating installer on Ubuntu 15.10 #98
Comments
Having the same issue on
|
Tried Mono 4.0.5.1 - no luck either. |
Same issue trying to install on Win7 32-bit |
Sooo, after some intensive googling it seems to me that the file named
which seems to be the cause of this problem. The exact error in english is:
This is a generated file, and my guess is that there is some file without a file ending that is causing this line to be generated. I have yet to find out which file though. |
I removed the LICENSE file from the electron build, and also removed the line
from |
I have given up getting this to work on Linux. I am able to create working installers on Windows, so that will have to do for now. |
+1, I have the same issue. Like @bendiksolheim I have worked around it by building on Windows. Seems to be related to #101. |
There are, I think, multiple problems here:
The first one can be battled by editing the |
Further investigations: the EDIT: |
@bendiksolheim could you please try with electron/windows-installer#36 ? I believe I solves the issue, but I need a confirm from anybody, since there is no tests to support cross platform. |
@havenchyk I can see it has already been merged, but I can confirm that this indeed does bundle the I have made the same changes locally in the
|
@bendiksolheim could you try once again? I believe it has been fixed with electron/windows-installer#49 If you still have this problem, please, create the issue on electron/windows-installer |
@havenchyk I'll be sure to try it once I get the opportunity. I am traveling at the moment though, so I don't have any time before the end of the next week. Thank you for taking the time to report back :) |
Sorry about the long delay here. I just tested it, and it does indeed package the missing files now :) But it does not fix the problem with the empty extension. I still have this line in my
Unsure if that is an issue though. It seems to be an issue with mono itself, and not grunt-electron-installer. |
I'm getting an error on both the 32-bit and 64-bit installer when trying to run them on a Win10 x64 machine.
The main culprint seems to be on this line
IEnableLogger: Failed to create uninstaller registry entry: System.Xml.XmlException: Koden Default krever et Extension-attributt som ikke er tomt
The line "Koden Default krever et Extension-attributt som ikke er tomt" is localized and I'm guessing it's something in the line of "Code Default requires an Extension-attribute which isn't empty".
If you want me to paste the whole error log I can, but it seems that everything looks OK until this point.
The text was updated successfully, but these errors were encountered: