msi: Make MsiConfigureFeature a bit more robust.
[wine] / dlls / msi / action.h
2006-07-17  Mike McCormackmsi: Move msi_get_property_int() to helpers.c
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Mike McCormackmsi: Improve handling of short paths.
2005-11-02  Mike McCormackImplement the RemoveFiles action.
2005-11-02  Mike McCormackUse an enumeration for file states.
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-29  Mike McCormackSome installers don't call the CreateFolders action...
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-13  Mike McCormackEliminate fixed length buffers from the MSIFEATURE...
2005-09-12  Mike McCormackEliminate yet more fixed length buffers.
2005-09-12  Mike McCormackFix more fixed length buffers.
2005-09-09  Mike McCormackMove a fixed size buffer to the heap.
2005-09-08  Mike McCormackAllocate memory rather than using fixed length buffers.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackAvoid fixed length buffers for conditions.
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-24  Mike McCormackAdd include guard to header and make functions extern.
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-19  Mike McCormackStore the component information in a standard Wine...
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-29  Aric StewartHandle installs off multiple volumes and properly pull...
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-17  Marcus MeissnerRemove cszbs from msi/action.h.
2005-06-16  Aric StewartBreak out all the class registration actions into class...
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.
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...