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
Added built message. More... almost 15 years ago
Added default value. More... almost 15 years ago
Added expansion of registry variables to configuration nodes in the format of @[KEY:OPTION\PATH\VALUE]. Added expansion of environment variables to configuration nodes. All nodes in the configuration file, except boolean and strongly typed enumerations, accept path, registry and environment variables. More... almost 15 years ago
Moved InstallSystem functionality into dotNetInstallerLib. More... almost 15 years ago
Bug: log filename doesn't accept #PATH variables. More... almost 15 years ago
Bug: AV discussed in http://dotnetinstaller.codeplex.com/Thread/View.aspx?ThreadId=63062 and http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3595. ThreadComponents clears in order of creation in download scenarios before its thread has an opportunity to terminate. More... almost 15 years ago
Bug: the checkbox of an installed item reappears if one changes the state of a non-required checkbox. http://dotnetinstaller.codeplex.com/Thread/View.aspx?ThreadId=63488 Patch from mind_the_gap. More... almost 15 years ago
Added log file unit tests. More... almost 15 years ago
Fixed auto-enabled logging, moved logging options to the top level of configurations. More... almost 15 years ago
Minor change assigning embedded bitmap. More logging around download dialog. More... almost 15 years ago
Added /? /help to the bootstrapper. More... almost 15 years ago
Refactored global externals into explicitly allocated statics. More... almost 15 years ago
Bug: download dialog doesn't close with multiple downloads. More... almost 15 years ago
Fixed wrongly inherited command line processor function. More... almost 15 years ago
Fixed a bunch of L4 warnings. More... almost 15 years ago
Reduced number of messages to reduce flicker. More... almost 15 years ago
Bug: pressing alt+f4/close on download dialog hangs it. More... almost 15 years ago
Added OS filter identifiers for Windows Server 2003 R2, Windows Server 2008 R2 and Windows 7. More... almost 15 years ago
Fixed duplicate definition of InstallStatus. Fixed unit tests. More... almost 15 years ago
Avoid partially downloaded files. More... almost 15 years ago
Added multilingual setup demo. Added complete command unit tests. Fixed dirty flag on configuration file conversion on load. More... almost 15 years ago
This should not have been committed. More... almost 15 years ago
Added dialog_message_connecting and dialog_message_sendingrequest to download component options. More... almost 15 years ago
Version parser shows a full version invalid error instead of a specific digit invalid one. Fixed basic vs. silent install popping up wrong dialog types. More... almost 15 years ago
Error finding a matching configuration on Windows 2008. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3567 More... almost 15 years ago
Added installed check directory. Refactored installed check factory into a single static method. More... almost 15 years ago
Added /ConfigFile to specify optional configuration file to run. Added dotNetInstaller unit tests that run the actual bootstrapper. Fixed process return code on failure. Fixed silent message box application name mismatch. Fixed reporting error on download failure. Added process return code for openfile component. Fixed defaulting to an English template. Added a multiple download unit test. More... almost 15 years ago
Embedding unicows.dll, no longer required as a separate file. Changed optimization to size, reduced footprint by half a meg. More... almost 15 years ago
Embedding proper UAC manifests to run editor and linker without elevation. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=3561 More... almost 15 years ago
Bug: Removed call to GetSystemWindowsDirectoryA, not available on Windows 98, using UNICOWS instead. Upgraded unicows.dll to 1.1.3790.0. More... almost 15 years ago