atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / events.c
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2012-01-06  Hans Leidekkermsi: Execute custom actions in the right script.
2011-12-23  Hans Leidekkermsi: Use a common function to validate a product ID.
2011-08-02  Hans Leidekkermsi: Avoid a crash in ControlEvent_SetTargetPath.
2011-06-23  Hans Leidekkermsi: Don't subscribe more than once to the same control...
2011-06-07  Hans Leidekkermsi: Avoid some AW conversions.
2010-12-24  Hans Leidekkermsi: Set the Preselected property if the default featur...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-07-23  Hans Leidekkermsi: Never defer standard actions.
2010-04-28  Hans Leidekkermsi: Only set the property in the Reinstall event.
2010-04-21  Hans Leidekkermsi: Rename MSI_GetPropertyW and MSI_SetPropertyW.
2010-04-21  Hans Leidekkermsi: Make MSI_SetPropertyW take a pointer to a database...
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-03-26  Hans Leidekkermsi: Implement the Reinstall control event.
2010-02-10  Hans Leidekkermsi: Add a partial implementation of the ValidateProduc...
2010-01-20  Alexandre Julliardmsi: Add a partial stub for the ValidateProductID contr...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-02-06  Andrew Talbotmsi: Remove unused functions.
2008-12-17  Aric Stewartmsi: EndDialog with Ignore should not be an error.
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-05-07  James Hawkinsmsi: Add handling for the ReinstallMode control event.
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-01-12  Andrew Talbotmsi: Declare some functions static.
2006-12-18  James Hawkinsmsi: Only cleanup event subscriptions of the dialog...
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-04  James Hawkinsmsi: Handle the SelectionBrowse event using ControlEven...
2006-10-04  James Hawkinsmsi: Publish the SelectionPath event in the SetTargetPa...
2006-10-04  James Hawkinsmsi: Provide a specific dialog to ControlEvent_Subscrib...
2006-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-07-20  James Hawkinsmsi: Implement the SetInstallLevel event.
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-08  Mike McCormackFix memory leaks.
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-07-06  Mike McCormackDon't crash when cancelling out of a modeless dialog.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...