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

2.9.23-gc8da1a

Pre-release
Pre-release
Compare
Choose a tag to compare
@caesay caesay released this 17 Apr 11:02
· 488 commits to develop since this release

Major Changes

  • daddc02 046fb8f Check available disk space on C:\ before extracting setup files
  • 992ffb4 87550b5 bafc994 95b0f0a Better setup error messages
  • dcdeda9 935f9a7 Replace legacy unzip.cpp with miniz.cpp. This means we can support installing packages on windows with long paths (>260 chars), although I have also added a warning when a package contains long paths as it does potentially cause other problems if the application itself does not handle this well.

Minor Changes

  • e6f95d3 Minor refactoring of Setup.exe
  • 97be14a Don't keep so much log data in app directory
  • 515ba66 Bump SharpCompress and AWSSDK version

Bug Fixes

  • fc07728 IsInstalledApp checks the folder structure more carefully (no longer just checks for ..\Update.exe)
  • 8a31612 Bug fix for when the "ReleaseDir" folder path has multiple parseable version numbers in it.
  • c8da1a4 Bug fix - everyRun hook not being executed when there are no arguments (#69)