Skip to content

Releases: dotnetinstaller/dotnetinstaller

3.2.115

15 Jan 05:09
9bbb8b2
Compare
Choose a tag to compare

Features

  • #146 - Added support for specific Windows 10 versions, Windows 11, Windows Server 2019, and Windows Server 2022 - @icnocop.
  • #144 - Fix: OSinfo not displaying correctly if server 2016 or 2019 - @icnocop.

3.1.415

17 Apr 23:36
ee94d82
Compare
Choose a tag to compare

Features

  • #141 - Added support for v[version] format for version numbers (with a leading v or V); e.g. v3.1.415 - @mariusbancila.

3.0.814

14 Aug 22:07
4aa4b58
Compare
Choose a tag to compare

Features

  • #130 - Added backwards compatibility support for Windows XP - @icnocop.

3.0.812

12 Aug 19:09
3b2c4fc
Compare
Choose a tag to compare

Features

  • #124 - Added ability to disable WOW64 file system redirection on x64 systems when checking if a file is installed - @icnocop.
  • #109 - Migrated code to Visual Studio 2015 and .NET 4.0 (Deprecated support for Windows 95, 98, ME, NT4, and 2000) - @icnocop.
  • #112 - Removed throwing an exception when the installation process is closed or canceled by user at language selection stage - @genI3.
  • #96 - Added the ability to hide a component if it's already installed - @icnocop.

2.4

09 Sep 06:18
Compare
Choose a tag to compare
2.4

Features

  • #46 - Added support for hiding the application window for ShellExecute execution method for command components - @icnocop.
  • #75 - Added the ability to set the current working directory for command components - @icnocop.
  • #84 - Added support for Windows Server 2008 R2 SP1 - @FroggieFrog.
  • #86 - Added support for Windows 10 - @icnocop.

Bugs

  • #60 - Fix: Typo in Browse for Folder popup - @romanws.
  • #71 - Fix: If reboot_required="" then the message box to prompt for a reboot should not be displayed - @icnocop.

Misc

  • Added a password unprotected strong key (dni.key) and signing InstallerLib.dll - @icnocop.

2.3

06 Jan 21:13
Compare
Choose a tag to compare
2.3

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.