0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug: saying yes to continue installation on an invalid version broken. Logging the return code from dotNetInstaller. Added check for E_OUTOFMEMORY for a message box popup. More... over 14 years ago
Fixed invalid usage of file handles: OpenFile returns INVALID_HANDLE_VALUE not NULL. More... over 14 years ago
Lots of documentation edits, split checks and filters. Got rid of the IXmlClass interface, replaced by a protected inherited class (less documentation clutter). More... over 14 years ago
after rebooting dotNetInstaller does not continue with the installation automatically http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3858 More... over 14 years ago
Fixed auto-closing DNI message box before application is initialized. More... over 14 years ago
Doc: split components and component reboot. Added /DisplayConfig that shows the current configuration. Refactored display command-line parameters to trap the command line before the installer main dialog. Bug: dotNetInstaller.exe doesn't report invalid command-line parameters. Added logging to registry on reboot write. More... over 14 years ago
Bug: /nq broken. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3858 More... over 14 years ago
Bug: CAB continuation message shows the same file multiple times. More... over 14 years ago
Fixed a unit test returning a non-zero error code. Removed unnecessary casts in CAB extraction and added detailed error on CAB failure. More... over 14 years ago
# Added auto_start setup configuration parameter that defines whether to automatically start installation in full UI mode. # Added auto_continue_on_reboot setup configuration parameter that defines whether to auto-start installation after a reboot was forced during the installation. # Added reboot_cmd setup configuration parameter that defines additional command-line parameters to include in the reboot command-line. # Added wait_for_complete_command that defines whether to detach the complete command or to execute it synchronously and wait for the program to finish. Default is true. # Added an internal command-line /Reboot parameter that says that installation is continuing after a reboot. # Bug: configuration_no_match_message now appears upon non-matching configurations. # Bug: DVLib::DetachCmd now actually detaches the process. # Updated to ResourceLib 1.2 Beta. # Added a test timer that closes itself for complete wait/don't wait tests. More... over 14 years ago
Missing cablib.dll. More... over 14 years ago
Added /EmbedResourceSize to InstallerLinker.exe. Upgraded CabLib to 10.3. Upgraded ResourceLib to 1.2 beta, got rid of direct resource function calls. More... over 14 years ago
UILevel in configuration is ignored http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3815 More... over 14 years ago
Embedded folders are not resolved correctly http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3814 More... over 14 years ago
ExtractCAB is extracting in TEMP http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3838 More... over 14 years ago
More path fixes. More... over 14 years ago
Fixed DVLib::UnitTests::ExtractComponentUnitTests::testExtract. More... over 14 years ago
Moved because of a clean target conflict that deletes all bin directories. More... over 14 years ago
Removed (moving). More... over 14 years ago
Added /Manifest [manifest file] to the installer linker to specify a replacement manifest. This enables building bootstrappers that don't elevate on Windows Vista, Server and Windows 7. More... over 14 years ago
Added missing InstallerLinker.exe. More... over 14 years ago
Updated to wix 3.0 RTM. More... over 14 years ago
Fixed file creation after path. More... almost 15 years ago
Bug: re-added cab extraction progress dialog. Bug: fixed cab_path_autodelete = true not deleting the temp cab directory w/ unit tests. Added unit test for msi command line not resolving path on guid. More... almost 15 years ago
Msi component won't resolve path when the argument is an existing product GUID. More... almost 15 years ago
Forgot what's new. More... almost 15 years ago
Added support for a language dialog selector. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=1936 More... almost 15 years ago
Added version_le and version_ge operators. More... almost 15 years ago
Merged DownloadComponent->DownloadFile, DownloadComponentInfo->DownloadFile, DownloadComponents->DownloadDialog and DownloadGroupConfiguration->DownloadDialog, reflecting the actual configuration structure. Split ExtractComponent as it's own beast. Bug: WOW option NONE is the default. ThreadComponent no longer inherits from Component, un-confusing component type. More... almost 15 years ago
Refactored execution pipeline functions of ConfigFileManager into ConfigFiles. ConfigFile: Added filename property. Refactored DownloadComponent's decision properties into DownloadComponenbtInfo (needs merge). Added execution to DownloadGroupConfiguration (needs removal). More... almost 15 years ago