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

I packaged a application for Google Hangouts and i get this error C:\Users\jrasp\nativefier\hangout>node install.js No dice: Failed with exit code: 4294967295 Output: System.Exception: Your package version is currently 1.0.0.0, which...

While app is installing and animated gif is displayed, Taskbar shows default windows installer icon. Is there need to be set additional icon for taskbar?

Hi, when I package my code with electron-packager and set the parameter fullscreen to true in BrowserWindow works correctly. Then when I try to package with electron-winstaller doesn't set in...

During the build, a crash occurs. I'm running the latest version of window-installer on a MacBook running High Sierra 10.13.6. with Wine 3.14 ``` Unhandled exception: page fault on read...

Thanks for your awesome lib. I notice in [src/index.js](https://github.com/electron/windows-installer/blob/master/src/index.js) line 23 - 30 ```js const monoExe = 'mono'; const wineExe = 'wine'; if (process.platform !== 'win32') { useMono = true;...

How to copy (during app instal) a given file from project's root folder to the path, so that I can access it in my javascript like: let path = electron.app.getPath('userData')...

I'm using Gitlab-CI to build electron and creating Windows single .exe with this docker image `electronuserland/builder:wine-mono` give me this error. /etc/localtime exist in this docker image. I don't know from...

`electron-forge package` creates exe file which has _**resources/electron.asar**_ I went into DEBUG mode and found that the winstaller tries to find for **_resources/app.asar_** when the appDirectory is specified. It would...

```javascript const electronInstaller = require('electron-winstaller'); const path = require('path'); const fs = require('fs'); const appDirectory = 'foo' const outputDirectory = 'foo' const loadingGif = 'foo' const setupIcon = 'foo' const...

Hey guys, little problem I have here. For first build of my app everything works smoothly, it generates .exe and -full.nupkg files as well as RELEASES file. But when I...