oleaut32: Added Esperanto language.
[wine] / dlls / msi / helpers.c
2006-03-21  Mike McCormackmsi: Improve handling of short paths.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Robert Shearmanmsi: Move the firing of control events to MSI_ProcessMe...
2006-01-06  Mike McCormackmsi: Clean trailing and leading spaces from path segments.
2005-11-28  Mike McCormackIf a source directory doesn't exist, use the install...
2005-11-24  Mike McCormackMake all source directories at the root of the install.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-21  Mike McCormackFix some simple memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
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-12  Mike McCormackMake sure not to access invalid components or features.
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-08  Mike McCormackFix memory leaks.
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 McCormackRemove an unnecessary level of indent.
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 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-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
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-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-21  Aric StewartFix situations where TARGETDIR is set to a non \ terminated
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.