windows-installer icon indicating copy to clipboard operation
windows-installer copied to clipboard

Build Windows Installers for Electron apps

Results 111 windows-installer issues
Sort by recently updated
recently updated
newest added

There are third party .exe files which have already codesigned in in my electron installation package.When using the signWithParams parmas generate the installation package , those third party files will...

enhancement

> Will be cool to use https://github.com/semantic-release/semantic-release as electron-builder does. #69 How do you think guys, @kevinsawicki @paulcbetts? I believe it will simplify release of new versions a lot.

discussion

Hey, I'm getting the following error when trying to build an installer... ``` [START] Electron Winstaller electron-windows-installer:main Using Mono: 'mono' +0ms electron-windows-installer:main Using Wine: 'wine' +3ms electron-windows-installer:main Created NuSpec file:...

bug

In electron app,its been packaged by electron-packager and using electron-winstaller ,electron-squirrel-startup and also electron-rebuild in my package.json .i have been able to create windows installer (.exe) ,but whenever i tries...

hi, could anyone please tell me where can i find the list of all squirrel events in order they fired and meaning of each event?

node version: v6.10.1 npm version: 3.10.10 wine version: 2.0.4 mono version: 5.4.1.6 I am able to build for OSX. Build script for windows... `electron-packager . Blossom --platform win32 --arch x64...

Hi, I am using electron-winstaller to create a sestup.msi file - so IT can install the app remotely. When I run the setup.msi, I see a screen with a progress...

jikejia: That's project name windows-installer: That's outputDirectory release-builds: That's appDirectory System.IO.FileNotFoundException: Could not find file "/Users/yinshipeng/Documents/workspace/jikejia-desktop-client/release-builds/windows-installer/jikejia-1.0.0-full.nupkg". ``` function getInstallerConfig () { console.log('creating windows installer') const rootPath = path.join('./') const outPath...

windows 7 64 bit Failed with exit code 2148734720 why?

Opened Squirrel/Squirrel.Windows#1141 where I believe the issue resides. Beginning with electron-winstaller 2.6.0 and above, my application name with spaces ends up with being encoded with `%20`. This is causing problems...