msi: Clean up after the package tests.
[wine] / dlls / msi / custom.c
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Fix memory leaks and bad frees.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-07  James Hawkinsmsi: Store the CustomActionData for deferred custom...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Mike McCormackmsi: Implement custom action type 17.
2006-01-03  Marcus Meissnermsi: Report the commandline that failed to start in...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-27  Mike McCormackIf an action fails, print out its name as well as the...
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-28  Mike McCormackDon't quote numbers in a query, as it doesn't parse...
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-23  Mike McCormackFix a memory leak.
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-20  Mike McCormackFix if's that are followed by semicolons.
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-08  Mike McCormackConvert RunningActions array into a list.
2005-09-08  Mike McCormackFix memory leaks in custom actions.
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-07-12  Aric StewartFurther testing shows that when CustomActionData needs...
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-16  Aric StewartA simple cleanup to only track the temp file if we...
2005-06-02  Mike McCormackUse the new helper function MSI_QueryGetRecord.
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-20  Aric StewartCorrect query quoting based on Mike's patch.
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-02-09  Aric StewartDo not track the temp files for custom actions based...
2005-02-09  Mike McCormackHandle a number as a parameter for custom action 19.
2005-02-09  Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-08  Aric StewartMake a temp file for each dll saved for custom actions...
2005-02-01  Aric StewartContinued work to simplify the ProcessAction call,...
2005-01-27  Aric StewartImplement custom action type 19, Halt install and displ...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...