0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #126 from icnocop/master More... over 4 years ago
Release v3.0.812 More... over 4 years ago
Merge pull request #125 from icnocop/master More... over 4 years ago
Fixed typo and added link More... over 4 years ago
Added ability to disable WOW64 file system redirection on x64 systems when checking if a file is installed More... over 4 years ago
Merge pull request #123 from icnocop/master More... over 4 years ago
Fixed typo in Windows Server 2012 R2 OS filter enum More... over 4 years ago
Merge pull request #117 from icnocop/master More... over 5 years ago
Migrated to Visual Studio 2015 and .NET 4.0 Deprecated support for Windows 95, 98, ME, NT4, and 2000 Migrated to tinyxml2-6.0.0 Merged latest CabLib Migrated from CppUnit to Microsoft Visual Studio C++ Unit Test Framework Updated to Vestris.ResourceLib v1.6 from NuGet Updated version number to 3.0 Fixed #109 More... over 6 years ago
Removed throwing an exception when the installation process is closed… (#112) More... almost 8 years ago
Merge pull request #111 from ramiabughazaleh/patch-1 More... almost 8 years ago
Update OsFilters.aml More... almost 8 years ago
Fixed typo in OsFilters.xml More... almost 8 years ago
Merge pull request #102 from icnocop/master More... over 8 years ago
calling va_end wherever va_start was called using delete[] instead of delete for VARIANT* created with new VARIANT[] initialized uninitialized variable using static_cast and reinterpret_cast instead of C-style pointer casting using specific paths instead of environment variables for INCLUDE and LIB More... over 8 years ago
Merge pull request #101 from icnocop/master More... over 8 years ago
merged latest Third Party Cab and CabLib source code from codeproject, which includes using memmove instead of memcpy, fixed bug when adding empty folders and folders with a period as a prefix, support for HTTPS, and resetting variable values when freeing More... over 8 years ago
Merge pull request #100 from icnocop/master More... over 8 years ago
throwing an exception if process handle is NULL initializing uninitialized member variables removed duplicate code deleting arrays with delete[] instead of just delete passing an INFINITE timeout to wait for processes More... over 8 years ago
Merge pull request #99 from icnocop/master More... over 8 years ago
running InstallerLibUnitTests as part of build fixed miscellaneous tests added recommended code style guidelines added appveyor YAML scripts added build status to README.md More... over 8 years ago
Merge pull request #98 from icnocop/master More... over 8 years ago
formatted all .cs, .h, .cpp, and .hpp files, which includes converting tabs to 4 spaces also formatted dni.proj More... over 8 years ago
Merge pull request #97 from icnocop/master More... over 8 years ago
fixed typo More... over 8 years ago
checking if handle is NULL before calling WaitForSingleObject to fix unrelated unit tests More... over 8 years ago
extended hide_component_if_installed test to support the htmlInstaller More... over 8 years ago
hide_component_if_installed test only works for dotNetInstaller and not htmlInstaller More... over 8 years ago
added UI test for the hide_component_if_installed attribute integrated StyleCop with dotNetInstallerUnitTests project fixed some typos More... over 8 years ago
#96 - Added the ability to hide a component if it's already installed added missing SetupConfiguration and WebConfiguration topics to the help documentation More... over 8 years ago