Releases: dotnetinstaller/dotnetinstaller
Releases · dotnetinstaller/dotnetinstaller
3.2.115
3.1.415
3.0.814
3.0.812
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
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
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 ofinstallcompletemessage
- @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 thePATH
andVCINSTALLDIR
environment variables accordingly - @icnocop. - #45: always logging exit code of process-based components for management\development\troubleshooting purposes - @icnocop.