Make the MSI icon control work.
[wine] / dlls / msi / custom.c
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...