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

I have scheduled task to call the update app every 30 mins but some times some client app will stuck at update app and when i close the app will...

bug:needs-more-information

**Squirrel version(s)** v2.0.0 **Description** When using the .exe generated by Squirrel the resulting desktop shortcut does not use the correct target. **Steps to recreate** 1. Generate a release: `"C:\Users\usernamehere\.nuget\packages\squirrel.windows\2.0.0\tools\Squirrel.exe" --releasify...

It works on the Desktop, but it's not created in `C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs` and do not show up in the Start Menu in Windows 10. The line is very simple: `_updateManager.CreateShortcutsForExecutable(executableFilename,...

I've been using squirrel since November last year with no problems. Today i've gone to release my latest changes to test using my usual method of create a new package...

Hi, I've been using Squirrel for the past month to deploy and update an application I've been working on. Everything worked great until all of a sudden I got this...

**Squirrel version(s)** _1.9.0_ **Description** _If you mix building of versions with delta and no delta it will fail to download versions that have no delta_ **Steps to recreate** 1. Create...

**Squirrel version(s)** 1.9.1 **Description** Created an installer following the getting started guide. Everything installed properly as expected except the program does no show up in "Programs and Features" **Steps to...

I call the following Method in my `UpdateCheckManager` class after a usercontrol load event: ``` public static class UpdateCheckManager { #region Public Methods public static async Task CheckForUpdates(IProgress progressReport) {...

bug:needs-more-information

The following happens with version 1.2.5 (via https://github.com/electron/windows-installer version 2.0.5) during diffing: ``` System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.IO.File.InternalReadAllBytes(String path, Boolean checkHost) at Squirrel.DeltaPackageBuilder.createDeltaForSingleFile(FileInfo targetFile, DirectoryInfo workingDirectory,...

help wanted
bug:old-version

Hi, It might be of added value to distribute squirrel.exe as a DotNet tool so it can be installed on machines and used as a command line tool without having...