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

`Error: Failed with exit code: 4294967295 Output: System.AggregateException: One or more errors occurred. ---> System.ArgumentException: WriteEntryTo or OpenEntryStream can only be called once. at SharpCompress.Readers.AbstractReader`2.WriteEntryTo(Stream writableStream) at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String...

I'm stuck on spawning mono for an hour... Any idea why? electron: v9.1.1 electron-winstaller: v4.0.1 mono: v6.12.0.90 wine: v5.0 Debug logs: ``` electron-windows-installer:main Using Mono: 'mono' +0ms electron-windows-installer:main Using Wine:...

I'm trying to create a setup file for my program and it's alright, except that the shortcut on the windows menu and the workspace is with the Electron default logo...

The icon in the generated package has a white border around it. Is there anyway to make the icon have transparent edges like most professional applications? the icon.ico has a...

I was SO close! Got my test setup building fine, but then I tried my real project which is using some 3rd party controls with looong paths. I cut down...

I recently came across an interesting issue where I was building an app with electron-forge and uploading it to nucleus when the nucleus server rejected a file saying that it...

I am unable to build for Windows on Linux. I am getting a "Can't find custom attr constructor image" error. Console output: ``` ✔ Checking your system ✔ Resolving Forge...

I created a web app wrap using `nativefier --name ynu_courses -a ia32 --app-version 1.0.0 --build-version 1.0.0 -c --disable-context-menu http://113.55.12.52:50120/`, then I want to create a installer for this built app....

Delta file's are 25MB in size. This started happening about a 4 months ago and I don't think i changed anything To reproduce download https://github.com/Mike-Wood/electron-winstaller-delta-size-test Run: `npm install` 1. Run:...

**Operating System** Windows 10. **32-bit only** **Version:** 2.6.0, 2.6.1, 2.6.2, 2.6.3. **Does not affect 2.5.2 & earlier** When using `electronInstaller.createWindowsInstaller()` I've started seeing the error below. This only affects 32...