-
-
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
Windows 7: build msi installer error #809
Comments
Please use latest version. |
I use the latest version of electron-builder, but still encountered this issue. I did some googling, it seems the root cause is we use some Chinese characters for |
@develar I tried NSIS, it works fine for me, but I can't make it working with AutoUpdate feature, it seems AutoUpdate on Windows can only work with |
See #529 |
I can build an exe file to run, but when I add the noMsi config, there is an error.
Here is my config for win:
"win":{
"target": "squirrel",
"noMsi": false,
"iconUrl": "https://(someurl of my png image)"
}
when I run the builder code, I got an error below:
error LGHT0311 : A string was provided with characters that are not available in the specified database code page '1252'. Either change these character to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@codepage, Module/@codepage, Patch/@codepage, PatchCreation/@codepage, or WixLocalization/@codepage.
The text was updated successfully, but these errors were encountered: