Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

2.8.15-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@caesay caesay released this 27 Feb 13:38
· 559 commits to develop since this release

This release has improvements / optimization to the setup bundle architecture, as well as more robust handling of errors when creating stubs. Also I've added a basic dialog to show install/download progress if you do not provide a splash image.

Changes

  • 2c01e19 Better dialog rendering in Setup.exe
  • 8bdf6c3 Bug fix for writing nupkg metadata
  • 061904d Cache package files when ZipPackage first loads so the zip only needs to be read once
  • 01aab4d Use dotnet style exe bundling (using a bundle marker) instead of using windows PE resources. This allows us to write Setup.exe bundles without loading everything in memory, meaning we can support much larger bundles, it is much faster, and is also more cross-platform compatible
  • 1fc9760 Don't try to delete the running process (closes #40)
  • 43fded6 1e3ddb9 430da60 Show fallback progress dialog if no splash image provided
  • 07b486f Optimize enumerable extension
  • f17f0d8 Show error if trying to bundle a ClickOnce application with Squirrel
  • 5535487 More aggressive retries in general
  • dfc5b53 Do not fail the build if we fail to create a stub executable. Also log the failed exe path to the console.