Skip to content

Squirrel.Windows 1.3.0

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 18 Apr 17:32
· 462 commits to develop since this release

What's New

MSI Packages are now upgradable (#658)

MSI packages in the past were a one-off way to install your package to an entire org via Group Policy. While your apps still auto-updated on existing machines, it was difficult to actually upgrade the MSI file itself, so it was hard to do a new rollout to new machines. Now, the identifiers in your package are based on your package ID.

Bug Fixes

  • Put the correct date in Uninstall (#616, thanks @khellang)
  • Fix installing when the app is already installed
  • Fix an issue where filenames with spaces would show up as escaped (#650, thanks @Ran-Intendu)
  • Don't kill unrelated processes on uninstall (#663, thanks @Layoric)
  • Handle MSDelta failures on non-Windows