Extending upon Mike McCormack's cleanup to use MSI_RecordGetString.
[wine] / dlls / msi / action.h
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-06-07  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-04  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-06-02  Aric StewartDo not loop if a ProgId's Parent Index it itself.
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-26  Aric StewartFirst pass at writing out CurVer keys for ProgIds....
2005-05-26  Aric StewartA big rewrite of the whole RegisterClass, RegisterProgId,
2005-05-18  Aric StewartCorrectly use short filenames from uncompressed file...
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-02-24  Aric StewartAdd the ExecuteAction handler.
2005-02-01  Aric StewartContinued work to simplify the ProcessAction call,...
2005-02-01  Juan LangPartially implement AppSearch action.
2005-01-27  Aric StewartEnable the updating of Feature and thus the resulting...
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...