msi/tests: Remove win9x hacks.
[wine] / dlls / msi / media.c
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-01  Hans Leidekkermsi: Remove an unnecessary warning.
2010-09-20  Hans Leidekkermsi: Handle fdintNEXT_CABINET and fdintPARTIAL_FILE...
2010-07-23  Hans Leidekkermsi: Set/unset the SourceDir property at the right...
2010-06-23  Hans Leidekkermsi: Avoid a crash when the cabinet file must be downlo...
2010-05-31  Hans Leidekkermsi: Advance to the right cabinet in ACTION_MsiPublishA...
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
2010-05-12  Hans Leidekkermsi: Improve some traces.
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-03-26  Hans Leidekkermsi: Keep source directory and cabinet file separate.
2010-03-23  Hans Leidekkermsi: Search network sources in addition to disk sources.
2010-03-23  Hans Leidekkermsi: Implement a second cabinet extractor on top of...
2009-12-18  James Hawkinsmsi: Free the current filename if we choose to not...
2009-11-20  Michael Martinmsi: Shedule rename operation also for ERROR_USER_MAPPE...
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-11-03  Hans Leidekkermsi: Add support for the Unicode version of the global...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-09-16  Hans Leidekkermsi: Don't append the cabinet file name in find_publish...
2009-09-16  Hans Leidekkermsi: GetDriveType and GetVolumeInformation require...
2009-09-09  Alexandre Julliardmsi: Force overwriting of read-only files when extracti...
2009-02-06  Alexandre JulliardFix position of CDECL qualifier for functions that...
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fdi.h for Win64 compat...
2009-01-12  Andrew Talbotmsi: Declare some functions static.
2008-12-23  Maarten Lankhorstmsi: Add missing CDECL to cabinet functions.
2008-12-12  Alexandre Julliardmsi: Don't include msvcrt headers.
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...