Skip to content

3.14.2

Choose a tag to compare

@marcoesters marcoesters released this 10 Dec 22:03
· 94 commits to main since this release
576212e

Enhancements

  • Improve logging experience for EXE installers: (#1108)
    • Use cmd.exe to run commands so that outputs are captured.
    • Output command output in CLI installations.
    • Prevent log builds from writing to log before installation directory exists.
    • Remove registry entries while installation directory still exists so that errors are logged.

Bug fixes

  • EXE: Fixed an issue for silent installers where command-line argument /KeepPkgCache was ignored and /NoRegistry would reset the default value. (#1132)

Contributors