winecoreaudio: Initial Audio Driver for Mac OS X.
[wine] / dlls / msi / install.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-03  Mike McCormackMSI: Improve the MsiGetMode stub a little.
2005-11-15  Mike McCormackOnly return ERROR_MORE_DATA if there's a buffer to...
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-30  Mike McCormackAdd a stub implementation of msi.MsiSetMode.
2005-10-28  Mike McCormackFix a memory leak.
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-20  Jan Van Buggenhoutimplement stubs for MsiSequence[AW].
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-13  Mike McCormackFix the handling of MsiGetTargetPath args (with test...
2005-09-13  Mike McCormackFix the handling of MsiDoAction args (with test case).
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-08-24  Johan DahlinImplemented MsiSetComponentState*.
2005-08-24  Johan DahlinAdded stubs for MsiSetComponentStateA and MsiSetCompone...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
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-07-10  Aric StewartImplement MsiGetLanguage.
2005-06-17  Aric StewartA long overdue fix to MSI_SetTargetPath. This should...
2005-06-16  Aric StewartBreak out all the top level apis into install.c.