atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / upgrade.c
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2011-10-11  Michael Stefaniucmsi: Move a TRACE before the continue (Smatch).
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-05-17  Hans Leidekkermsi: Search all installation contexts in the FindRelate...
2011-05-17  Hans Leidekkermsi: Improve tracing in the FindRelatedProducts action.
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2010-05-24  Alexandre Julliardmsi: Ignore min/max versions if their values are null.
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-23  Hans Leidekkermsi: The AppSearch and CCPSearch actions must be run...
2010-03-05  Hans Leidekkermsi: Display the product code in the FindRelatedProduct...
2010-03-02  Hans Leidekkermsi: Skip the FindRelatedProducts action when product...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-03-23  James Hawkinsmsi: Allow the enumeration of other users' patches.
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2008-11-04  James Hawkinsmsi: Factor out the code to open a product key.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-11  Aric StewartUse the strings defined in msi.h.
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-16  Aric StewartAdd UI messages to FindRelatedProducts.
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.