0
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced numbers in os_filter, os_filter_min and os_filter_max with literals. More... about 14 years ago
Add os_filter. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=5808 More... about 14 years ago
Added documentation about WOW64. More... about 14 years ago
Fixed command line parameters unit tests, rewritten in white. More... about 14 years ago
Build break. More... about 14 years ago
Added File -> Recent Files menu to Installer Editor that lists the last 10 configuration files opened. InstallerEditor window will remember its size, position and the size of the configuration tree and attribute comments. InstallerEditor Make Exe window remembers all its contents. More... about 14 years ago
Added dialog_default_button that specifies the default button for the main dialog (one of cancel, install or skip). More... about 14 years ago
Added a unit test for loading exe setup sample. More... about 14 years ago
Grey out the buttons when install is in progress. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=5697 More... about 14 years ago
Added has_value_disabled option to use controls. More... about 14 years ago
Exe components actually loading. Reorganized exe component sections. More... about 14 years ago
Added support for .exe components. Incremented version to 1.10. More... about 14 years ago
Bug: user variables are not included in property expansions. More... about 14 years ago
Added key_exists and value_exists operators to registry installed checks. The value_exists operator allows one to check whether the default registry key value is set. More... about 14 years ago
Bug: installed registry key exists broken. http://dotnetinstaller.codeplex.com/Thread/View.aspx?ThreadId=205461 More... about 14 years ago
Tentative fix for http://dotnetinstaller.codeplex.com/Thread/View.aspx?ThreadId=205165. More... about 14 years ago
Changed the documentation to explain what installed check operators do. http://dotnetinstaller.codeplex.com/Thread/View.aspx?ThreadId=205246 More... about 14 years ago
Added test with default selection = true. More... over 14 years ago
Added selected option to components to select or de-select a component by default. More... over 14 years ago
Bug: msp:uninstall_patch assignment broken. More... over 14 years ago
Add an MSP component type. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=5610 More... over 14 years ago
Added a test that generates a configuration with as many changed values as possible, write/read and compare ensures that all fields are property read and written to/from configuration files. Bug: ComponentCmd doesn't property read uninstall_command_basic. More... over 14 years ago
Extended defaultvalue to installed product checks. More... over 14 years ago
Added defaultvalue options to registry and file installed checks. The default value is used when the bootstrapper does not find the registry key or file, ie. it cannot decide whether the component is installed based on the specifics of the check (eg. version comparison with a value that doesn't exist is not meaningful). Bug: InstallerEditor "Save" menu is not re-enabled after "Save As". More... over 14 years ago
Fixed versioning nonsense. More... over 14 years ago
Updated samples with 1.9 schema. More... over 14 years ago
Added condition to sample. More... over 14 years ago
Cmd components don't property reload command_basic in InstallerEditor. http://dotnetinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=5609 More... over 14 years ago
Fixed UT for the modified configuration. More... over 14 years ago
Added optional installed checks for user-defined controls. The check must evaluate to True for the control to be displayed, enabled or both, depending on the value of the new check option. More... over 14 years ago