ole32: Remove superfluous pointer casts.
[wine] / dlls / msi /
2009-02-06  Alexandre JulliardFix position of CDECL qualifier for functions that...
2009-02-06  Andrew Talbotmsi: Remove unused functions.
2009-02-04  Alexandre Julliardinclude: Define LANGID in wtypes.idl.
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
2009-01-30  Alexandre Julliardmsi: Fix compiler warning on older gcc.
2009-01-29  Alasdair Sinclairmsi/tests: Fix missing void in empty parameter list.
2009-01-27  Hans Leidekkermsi: Add stub implementations of MsiSourceListClearSour...
2009-01-26  Marcus Meissnermsi: Initialize row (Coverity).
2009-01-26  Nikolay Sivovmsi: Fix potential NULL pointer dereference in ILockByt...
2009-01-26  Nikolay Sivovmsi: Fix NULL dereference in MsiQueryComponentStateW...
2009-01-26  Nikolay Sivovmsi: Remove redundant pointer check (Coverity).
2009-01-20  Ge van Geldorpmsi/tests: EstimatedSize is not set consistently betwee...
2009-01-19  Ge van Geldorpmsi/tests: Double nul-terminate REG_MULTI_SZ values.
2009-01-19  Ge van Geldorpmsi/tests: Windows Installer 3.0 often returns ERROR_IN...
2009-01-19  Andrew Nguyenmsi/tests: Fix a few handle leaks.
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2009-01-15  Michael Stefaniucmsi/tests: Remove superfluous pointer casts.
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fdi.h for Win64 compat...
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fci.h for Win64 compat...
2009-01-12  Ge van Geldorpmsi/tests: Opening package with relative filename somet...
2009-01-12  Andrew Talbotmsi: Declare some functions static.
2009-01-08  Alexandre Julliardmsi: Fix pointer cast warnings on 64-bit.
2009-01-08  Alexandre Julliardmsi/tests: Use CreateFile instead of OpenFile to avoid...
2009-01-08  Paul Vriensmsi/tests: Skip some tests if we don't have enough...
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2009-01-03  Alexandre Julliardmsi/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardmsi/tests: Add CDECL to the cabinet callback functions.
2008-12-23  Maarten Lankhorstmsi: Add missing CDECL to cabinet functions.
2008-12-20  Alexandre Julliardmsi/tests: Avoid sizeof in traces.
2008-12-18  Aric Stewartmsi: Fix some NULL checking in MSI_RecordGetStringA.
2008-12-17  Aric Stewartmsi: EndDialog with Ignore should not be an error.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-16  Paul Vriensmsi/tests: Run tests again on Win9x and NT4.
2008-12-15  James Hawkinsmsi: Add tests for MsiGetPatchInfo.
2008-12-15  James Hawkinsmsi: Set the property specified by the Source attribute...
2008-12-15  James Hawkinsmsi: Publish the patch information.
2008-12-15  James Hawkinsmsi: Implement MsiGetPatchInfoExW.
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Forward MsiGetPatchInfoExA to MsiGetPatchInfoExW.
2008-12-15  James Hawkinsmsi: Add a stub implementation of MsiGetPatchInfoEx.
2008-12-15  Francois Gougetmsi/tests: Make enum_stream_names() and package_RegDele...
2008-12-12  Alexandre Julliardmsi: Don't include msvcrt headers.
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-11  Paul Vriensmsi/tests: Skip tests on win9x due to different registr...
2008-12-10  Paul Vriensmsi/tests: Run tests again on Win9x and NT4.
2008-12-09  James Hawkinsmsi: Add tests for MsiGetProductProperty.
2008-12-09  James Hawkinsmsi: Implement MsiGetProductPropertyW.
2008-12-09  James Hawkinsmsi: Forward MsiGetProductPropertyA to MsiGetProductPro...
2008-12-09  James Hawkinsmsi: Add tests for MsiEnumPatches.
2008-12-09  James Hawkinsmsi: Implement MsiEnumPatchesW.
2008-12-09  James Hawkinsmsi: Forward MsiEnumPatchesA to MsiEnumPatchesW.
2008-12-09  James Hawkinsmsi: Add the ability to delete multiple users' componen...
2008-12-09  James Hawkinsmsi: Remove a duplicated function.
2008-12-09  James Hawkinsmsi: Remove a duplicated function.
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' install...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' component...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users product...
2008-12-09  James Hawkinsmsi: Add tests for MsiEnumPatchesEx.
2008-12-09  James Hawkinsmsi: Fix an uninitialized variable.
2008-12-08  Andrew Talbotmsi: Remove an unused declaration.
2008-12-08  James Hawkinsmsi: Implement MsiEnumPatchesExW.
2008-12-08  James Hawkinsmsi: Forward MsiEnumPatchesExA to MsiEnumPatchesExW.
2008-12-08  James Hawkinsmsi: Fix the type of the last parameter of MsiEnumPatch...
2008-11-28  Lei Zhangmsi: Set DllVersion registry key for CLSID_IMsiServerMe...
2008-11-28  Francois Gougetmsi: Remove WINAPI on static functions where not needed.
2008-11-25  Michael Stefaniucmsi: Remove casts of void pointers.
2008-11-17  Paul Vriensmsi/tests: Skip tests on win9x by checking functionalit...
2008-11-13  Paul Vriensmsi/tests: Skip some tests on Win9x and WinMe.
2008-11-11  Paul Vriensmsi/tests: Fix some test failures on Win9x and WinMe.
2008-11-04  James Hawkinsmsi: Remove an unused registry function.
2008-11-04  James Hawkinsmsi: Factor out the code to open the UserData features...
2008-11-04  James Hawkinsmsi: Factor out the code to open the features key.
2008-11-04  James Hawkinsmsi: Factor out the code to open a product key.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-30  James Hawkinsmsi: Allow private properties from the AdminProperties...
2008-10-29  James Hawkinsmsi: Do not reinstall an assembly that already exists...
2008-10-28  Nicolas Le Cammsi/tests: Fix a failing test on all platforms up to...
2008-10-27  James Hawkinsmsi: Skip the leading period of the extension to be...
2008-10-27  James Hawkinsmsi: Convert command line property names to uppercase.
2008-10-27  James Hawkinsmsi: Use the long file name in the WriteIniValues action.
2008-10-27  James Hawkinsmsi: Set the source path tests to "interactive" to...
2008-10-24  James Hawkinsmsi: Fix several test failures.
2008-10-24  James Hawkinsmsi: Fix a failing test in win9x.
2008-10-22  James Hawkinsmsi: Only compare the file version if a version was...
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-20  James Hawkinsmsi: Use the quoted part of the registry value when...
2008-10-20  James Hawkinsmsi: Fix a copy and paste error.
2008-10-20  James Hawkinsmsi: Strip the file off the parent path if it's not...
2008-10-20  James Hawkinsmsi: Only check the file signature if the candidate...
2008-10-20  James Hawkinsmsi: Append the next directory to search to the current...
2008-10-20  James Hawkinsmsi: Only append a backslash to directories.
2008-10-20  James Hawkinsmsi: Don't get rid of the file signature when searching...
2008-10-20  James Hawkinsmsi: Simplify and clean up ACTION_RecurseSearchDirectory.
2008-10-20  James Hawkinsmsi: Handle searching for directories in the IniLocator...
next