Squirrel.Windows icon indicating copy to clipboard operation
Squirrel.Windows copied to clipboard

An installation and update framework for Windows desktop apps

Results 142 Squirrel.Windows issues
Sort by recently updated
recently updated
newest added

**Squirrel version(s)** 2.0.1 **Description** I'm using a lib that divides it's binary file into 3 files, the first one gets signed fine, the 2,3 files it seems like that it...

**Squirrel version(s)** Squirrel.Windows 2.0.1 **Description** I am using electron-forge, which uses electron-winstaller which uses Squirrel.Windows 2.0.1, to try to build delta nupkg. My app version string follows the semver standard...

I'm using Squirrel to deploy updates on an app for which the full package is more than 400MB big. One of the benefit of Squirrel is the support of delta...

I was wondering if there are any way not having the program launch after the install. The reason being that some files probably arent loaded into the first run of...

Hi! I'm installing my Electron app but I have this problem, the desktop shortcut is no longer being created, It was working fine a couple of hours before, but now...

bug:old-version

I admit I'm a newbie to Squirrel, but I've watched a couple of videos and read all the doco I could find. I have no problems building my app Nuget...

Setup.exe passes the path of the installer executable to Update.exe via `--installer-path` flag. Update.exe passes the path to the installed app on first-run via the `--squirrel-installer-path` flag. Fix #1240

I have Squirrel installer that installs and creates shortcuts for 3 different executables. By default it launches all of them on first install. I want to be able to choose...

Setup.exe (first installation) works fine, but **mgr.UpdateApp** generates broken shortcut for wpf application and zero byte exe after an update. Squirrel: It's like ClickOnce but Works? ;) .Net 4.6.1 -...

bug:old-version

My app includes a folder for place xml files and every file has a zh-CN file name (chinese). After releasify , this files' name are wrong but with correct content....