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
Calling vsvars instead of hardcoding visual studio path. Patch by http://www.codeplex.com/site/users/view/brucecran More... over 13 years ago
Can't embed icon into htmlInstaller http://dotnetinstaller.codeplex.com/workitem/7178 patch by http://www.codeplex.com/site/users/view/brucecran More... over 13 years ago
Added support for Windows 2008 SP2 and Windows 7 SP1. http://www.codeplex.com/site/users/view/brucecran http://dotnetinstaller.codeplex.com/workitem/7148 More... over 13 years ago
The C++ standard committee added static_assert (see http://blogs.msdn.com/b/xiangfan/archive/2010/05/09/c-0x-features-in-vc2010-static-assert.aspx), which breaks the define in shared_any.h. Global replaced static_assert by static_assert_macro to fix this problem for those who build DNI with Visual Studio 2010. More... over 13 years ago
Wrong CPU target in .NET configurations. More... over 13 years ago
Removed wrongly introduced Any CPU configuration. More... over 13 years ago
License file for License control is extracted and leftover in session temp path. https://jira/browse/DBP-264 More... over 13 years ago
Bug: components not inserted in the right order. More... over 13 years ago
Implemented download cancel. http://dotnetinstaller.codeplex.com/workitem/7147 More... over 13 years ago
FileVersion is not automatically written to the OSVERSIONINFO string table when available. http://dotnetinstaller.codeplex.com/workitem/7155 Patch from brucecran. More... over 13 years ago
Typo "others" should be "other" all over the place. Part of http://dotnetinstaller.codeplex.com/workitem/7152. Patch from brucecran. More... over 13 years ago
Examples should use example.com, not yourwebsite.com. http://dotnetinstaller.codeplex.com/workitem/7151 Patch from brucecran. More... over 13 years ago
Added cancel support in download window. Fixed a UT for InstallerEditor. More... over 13 years ago
Added doc on download.html. More... over 13 years ago
Added a download window. This fixes the crashes with download configuration. http://dotnetinstaller.codeplex.com/Thread/View.aspx?ThreadId=224650 More... over 13 years ago
Added generated documentation to the doc, removed duplicate content. More... over 13 years ago
InstallerEditor displays a * next to field names that are required and displays an error if the user tries to delete the value. More... over 13 years ago
Hooked up uninstall button. http://dotnetinstaller.codeplex.com/workitem/7046 More... over 13 years ago
Added installed and required. http://dotnetinstaller.codeplex.com/workitem/7006 When sequence is uninstall and component has no installed checks, default to uninstall. http://dotnetinstaller.codeplex.com/workitem/6805 Fixed a bunch of warnings. More... over 13 years ago
Added installed property. htmlInstaller: add node properties for component (installed, others?) http://dotnetinstaller.codeplex.com/workitem/7006 More... over 13 years ago
http://dotnetinstaller.codeplex.com/workitem/7004 svn merge -r 54492:54493 ..\branches\1.10 More... over 13 years ago
#6786: Bootstrapper will return a 3010 exit code when a reboot was required. #6786: Added /noreboot to the bootstrapper to suppress actual reboot when required. Bootstrapper will simply return 3010 in this case. More... over 13 years ago
Added #OSLOCALE substitution variable. http://dotnetinstaller.codeplex.com/workitem/6620 More... over 13 years ago
#6604: InstallerEditor no longer needs a configuration file to link a bootstrapper and the configuration does not need to be saved before creating an exe. #6798: InstallerEditor will display file names when embed files are missing during linking. #4884: InstallerEditor will notice that a configuration file has changed on disk and offer to reload it. More... over 13 years ago
#LANGID and #LANGUAGE are always set to the value in the currently executing configuration. #LANGUAGE may be empty, while #LANGID will default to the operating system value. http://dotnetinstaller.codeplex.com/workitem/6956 More... over 13 years ago
Add an OSLANGID substitution variable. http://dotnetinstaller.codeplex.com/workitem/6955 More... over 13 years ago
Bug: ASSERT in splash screen. More... over 13 years ago
Added #STARTPATH, #STARTEXE, #STARTFILENAME. http://dotnetinstaller.codeplex.com/workitem/6618 More... over 13 years ago
Fixed title. http://dotnetinstaller.codeplex.com/Thread/View.aspx?ThreadId=223428 More... over 13 years ago
Using an MFC app as initializer for htmlinstaller, fixes error dialogs. Added documentation on customizing HTML. More... almost 14 years ago