Skip to content

2.3

Compare
Choose a tag to compare
@dblock dblock released this 06 Jan 21:13
· 84 commits to master since this release

Features

  • #40 - Added support for escape patterns for square brackets ([\[] for an open bracket and [\]] for a close bracket) - @montrowe.
  • #46 - Added support for hiding command based components' application window when run - @icnocop.
  • #24 - The temporary directory is automatically created if it doesn't already exist - @icnocop.
  • #54 - Option to run Cmd/Exe/MsuComponent via ShellExecute. This allows to properly request elevated privileges with UAC prompt if needed - @baSSiLL.
  • #56 - Support for Windows 8.1 / Server 2012 R2 - @baSSiLL.

Bugs

  • #41 - Fix: When an uninstall successfully completes, pop uninstallcompletemessage message box instead of installcompletemessage - @montrowe.
  • #18 - Installer should auto close when all checked components are installed - @baSSiLL.

Misc

  • Fix: restored support for Win95/98 - @MikeGratsas.
  • #30: using mt.exe from ThirdParty instead of %Program Files%, added missing application compatibility sections to manifest files and updated to include Windows 8\2012, and added "Microsoft\Windows SDK v6.0" to ThirdParty and updated build.cmd to set the PATH and VCINSTALLDIR environment variables accordingly - @icnocop.
  • #45: always logging exit code of process-based components for management\development\troubleshooting purposes - @icnocop.