msi: Test and reimplement MsiQueryProductState.
[wine] / dlls / msi / appsearch.c
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-12-17  James Hawkinsmsi: Simplify ExpandAnyPath.
2007-12-08  James Hawkinsmsi: Handle the CompLocator table in the AppSearch...
2007-11-29  James Hawkinsmsi: Make sure attr is valid before checking for the...
2007-11-13  James Hawkinsmsi: Fix the condition for checking a drive.
2007-11-13  James Hawkinsmsi: Set the file to NULL when running the directory...
2007-11-05  James Hawkinsmsi: Implement the CCPSearch standard action.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-06-01  Andrew Talbotmsi: Constify some variables.
2007-05-10  James Hawkinsmsi: Deformat the key path before opening the key.
2007-02-19  Andrew Talbotmsi: Constify some variables.
2006-11-28  Mike McCormackmsi: Use MSI_IterateRecords in ACTION_AppSearch.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchIni.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchReg.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchComponents.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSigna...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Fix memory leaks and bad frees.
2006-10-10  James Hawkinsmsi: NULL-terminate dst on error.
2006-10-10  James Hawkinsmsi: Add missing sizeof(WCHAR) multiplier.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-10-03  Juan Langmsi: Implement msidbLocatorTypeFileName in RegLocator...
2006-09-20  Andrew Talbotmsi: Cast-qual warnings fix.
2006-07-27  Mike McCormackmsi: Use msi_alloc/free, not HeapAlloc/Free.
2006-07-21  Juan Langmsi: Don't use fixed-size buffers in AppSearch action.
2006-07-20  Juan Langmsi: Implement ACTION_AppSearchIni.
2006-07-19  Juan Langmsi: Implement searching parent in ACTION_AppSearchReg.
2006-07-19  Juan Langmsi: Set name in ACTION_AppSearchGetSignature.
2006-07-18  Juan Langmsi: Fix silly pointer error.
2006-07-14  Juan Langmsi: Let caller set property in AppSearch.
2006-07-12  Juan Langmsi: Split up ACTION_AppSearchReg.
2006-07-11  James Hawkinsmsi: AppSearchReg shouldn't create the key it's looking...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Juan Langmsi: Fix possible crash bugs in error path.
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-07-22  Aric StewartBail out if the reg key is empty. This prevents us...
2005-05-10  Juan LangPartially implement AppSearch for RegLocator-type searches.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-10  Juan LangFix a regression in AppSearch.
2005-02-08  Juan LangIf a full path isn't specified, search across all fixed...
2005-02-03  Juan LangSimplify AppSearch error checking.
2005-02-02  Aric StewartFix a copy and paste error, check for a null value...
2005-02-01  Juan LangPartially implement AppSearch action.