msi: Make MsiEnumRelatedProducts enumerate registry value names, not subkeys.
[wine] / dlls / msi / registry.c
2007-05-15  Misha Koshelevmsi: Make MsiEnumRelatedProducts enumerate registry...
2007-04-26  Hans Leidekkermsi: Add a stub implementation for MsiEnumProductsEx...
2007-01-12  Andrew Talbotmsi: Remove unused variables.
2006-11-09  Eric Pouechmsi: Fixed bogus A -> W conversion.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-20  Andrew Talbotmsi: Cast-qual warnings fix.
2006-07-28  Mike McCormackmsi: Fix some memory leaks.
2006-07-24  Mike McCormackmsi: Use CLSIDFromString to make squash_guid a bit...
2006-07-24  Mike McCormackmsi: MoveMsiEnumPatches to registry.c
2006-07-14  Mike McCormackmsi: Add some registry reading macro functions.
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-07-14  Mike McCormackmsi: Move some registry helper functions to registry.c.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-17  Mike McCormackmsi: Fix some possible NULL pointer dereferences (Cover...
2005-11-30  Robert ShearmanThe buffer sizes in the documentation for MsiDecomposeD...
2005-11-21  Mike McCormackLoop around calling RegQueryValue until we have a big...
2005-11-15  Mike McCormackConvert MsiEnumComponentQualifiers to use msi_strcpy_to...
2005-11-15  Mike McCormackFix function prototype and spec file entry for
2005-11-09  Mike McCormackFix passing of NULL pointers to MsiDecomposeDescriptor...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-07-11  Aric StewartProperly resize the buffer based on ERROR_MORE_DATA.
2005-06-07  Aric StewartAdd functions to add the User UpgradeCodes.
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-04-28  Aric StewartCorrect user component publication.
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-03-24  Mike McCormackClean up registry functions.
2005-03-10  Juan LangImplement MsiEnumRelatedProducts.
2005-02-16  Mike McCormackMove product, feature and component enumeration functio...
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...