wineesd.drv: Build a unique name so we can identify our stream.
[wine] / dlls / msi /
2009-03-27  Hans Leidekkermsi: Allocate token information buffer dynamically.
2009-03-27  Hans Leidekkermsi: Add tests for MsiEnumProducts.
2009-03-27  Hans Leidekkermsi: Enumerate products from all contexts.
2009-03-26  Alexandre Julliardmsi/tests: Avoid size_t in traces.
2009-03-26  Michael Stefaniucmsi: Remove redundant NULL check before msi_free (Smatch).
2009-03-25  Hans Leidekkermsi: Detect privately installed assemblies.
2009-03-25  Hans Leidekkermsi: Add some tests for MsiQueryFeatureState.
2009-03-25  Aric Stewartmsi: Verify the existence of fusion.dll before reportin...
2009-03-24  Hans Leidekkermsi: Only apply a transform when its language id matche...
2009-03-24  Hans Leidekkermsi: Don't initialize COM for custom action threads.
2009-03-24  Hans Leidekkermsi: Add stub implementations of MsiSourceListClearAllE...
2009-03-24  Hans Leidekkermsi: Implement MsiReinstallProductA/W.
2009-03-24  Hans Leidekkermsi: Add stub implementations of MsiDeterminePatchSeque...
2009-03-24  Michael Stefaniucmsi: Add the Romanian translation.
2009-03-23  James Hawkinsmsi: Handle a NULL and empty szPackagePath in MsiInstal...
2009-03-23  James Hawkinsmsi: Don't try to release a NULL record, with tests...
2009-03-23  James Hawkinsmsi: MsiCollectUserInfo cannot be called from a custom...
2009-03-23  James Hawkinsmsi: Test and handle the case where the SourceList...
2009-03-23  James Hawkinsmsi: Factor out the MsiEnumPatchesEx tests and test...
2009-03-23  James Hawkinsmsi: Allow the enumeration of other users' patches.
2009-03-23  James Hawkinsmsi: Enumerate the current user's patches if szUserSid...
2009-03-23  James Hawkinsmsi: Fix a typo (Coverity 910).
2009-03-23  Michael Stefaniucmsi: Update the German translation.
2009-03-23  Michael Stefaniucmsi: Convert the German translation to UTF8 encoding.
2009-03-23  Aric Stewartmsi: Reorder the condition operators so that longer...
2009-03-13  Hans Leidekkermsi: Set concurrency model to multi-threaded for custom...
2009-03-13  Hans Leidekkermsi: Handle ADVERTISE overrides.
2009-03-13  Hans Leidekkermsi: Correct spec entry for MsiGetProductInfoA/W.
2009-03-12  Paul Vriensmsi/tests: Fix a test for systems with %TEMP% being...
2009-03-12  Hans Leidekkermsi: Fix handling of REINSTALL overrides.
2009-03-03  Paul Vriensmsi/tests: Fix a test failure on Win95.
2009-03-02  James Hawkinsmsi: Handle reading from a NULL stream.
2009-03-02  James Hawkinsmsi: Don't treat carriage returns as spaces.
2009-03-02  James Hawkinsmsi: Don't allow nested quotes in SQL queries.
2009-03-02  James Hawkinsmsi: Add missing calls to MsiViewClose.
2009-03-02  James Hawkinsmsi: Use a SQL marker to query the _Property table...
2009-03-02  James Hawkinsmsi: Delete the view on error.
2009-03-02  James Hawkinsmsi: The PATH environment variable can be longer than...
2009-03-02  James Hawkinsmsi: The _Streams and _Storages table are special and...
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Order primary keys to be first in the column list...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2009-02-26  Hans Leidekkermsi: Add reinstall tests.
2009-02-26  James Hawkinsmsi: Fix a failing test on win9x.
2009-02-26  James Hawkinsmsi: Trace the username to help debug test failures...
2009-02-26  James Hawkinsmsi: Fix a failing test on win9x.
2009-02-26  James Hawkinsmsi: Don't create a temporary table that is not held.
2009-02-26  James Hawkinsmsi: A non-temporary table cannot have a temporary...
2009-02-26  James Hawkinsmsi: The _Tables and _Columns tables have no persistenc...
2009-02-26  James Hawkinsmsi: Make sure the view being updated is the same view...
2009-02-26  James Hawkinsmsi: Set field zero to the name of the table containing...
2009-02-26  James Hawkinsmsi: Add tests for field zero of a record.
2009-02-26  James Hawkinsmsi: Make sure a constant string's quotes match up.
2009-02-25  Alexandre Julliardmsi/tests: Add some tests for MsiEnumPatchesW, fix...
2009-02-25  Alexandre Julliardmsi: Fix handling of buffer sizes in MsiEnumPatchesA...
2009-02-19  Hans Leidekkermsi: Don't release view object twice in check_assembly_...
2009-02-19  Hans Leidekkermsi: Make comparison of assembly field names case insen...
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...
next