windows-installer
windows-installer copied to clipboard
Build Windows Installers for Electron apps
### Description Using the windows-sign parameter in the `createWindowsInstaller` function of `electron/windows-installer`, seems to throw an error in `SEA_MAIN_SCRIPT`. The windows-sign parameter is added in the createWindowsInstaller function [here](https://github.com/electron/windows-installer/blob/1e6c8924bcd9abf32fa4407a3095604d7609ab6d/src/index.ts#L210C1-L214C4). However,...
I copy pasted the code from the docs, the result is: ``` SyntaxError: await is only valid in async functions and the top level bodies of modules ``` I deleted...
## Background I don't use this package directly, however I encountered this issue with the @electron-forge/maker-squirrel package. After some investigation I believe the issue resides within this package. The error...
hello, Executed more than 30 minutes according to the document, There is no finished result, and there is no wrong information.
First I used electron-packager exporting a folder. Then I used electron-winstaller to build this folder to a executable. build.js: const electronInstaller = require('electron-winstaller'); var settings = { appDirectory: './app', outputDirectory:...
Hi, Thanks in advance if someone ready to help.. I have created package using electron forge (maker/wix). I am able to generate msi package by using electron forge configuration. But...
Changes: * Updated version nuget.exe to 6.8.0 Reasons: Current version nuget.exe -- 2.8.5 It means, you can't use Semver 2.0.0, because SemVer 2.0.0 is supported since NuGet version 3.4.0 References:...
When I try to build the app from a non-windows machine (Ubuntu 15.10 in this case), I get the following error: ``` Error: Failed with exit code: 255 Output: System.AggregateException:...
> Starting on June 1, 2023, at 00:00 UTC, industry standards will require private keys for standard code signing certificates to be stored on hardware certified as FIPS 140 Level...
I'm using windows-installer to pacakge my applciation and sign the executables. But there are thousands of executables in the application, and most of them are not needed to be sign,...