oleaut32: Improve TKIND_COCLASS handling while creating typelib.
[wine] / dlls / msi / tests /
2010-02-23  Hans Leidekkermsi: Add tests for creating and removing duplicate...
2010-02-22  Hans Leidekkermsi/tests: Free exception information.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Hans Leidekkermsi: Add summary information stream to the streams...
2010-02-19  Hans Leidekkermsi: Accept '\5' and '-' in SQL identifiers.
2010-02-18  Hans Leidekkermsi: Implement MSIRUNMODE_MAINTENANCE and MSIRUNMODE_RE...
2010-02-18  Hans Leidekkermsi: Implement MsiSetMode.
2010-02-17  Hans Leidekkermsi: Add tests for publishing and unpublishing components.
2010-02-16  Hans Leidekkermsi: Only run the CreateFolder and RemoveFolder actions...
2010-02-15  Hans Leidekkermsi: Implement and test MsiGetPatchInfoA/W.
2010-02-15  Hans Leidekkermsi: Add tests for creating and removing shortcuts.
2010-02-12  Paul Vriensmsi/tests: Fix a test failure on Win9x/WinMe.
2010-02-12  Hans Leidekkermsi: Return the right error from ITERATE_RegisterTypeLi...
2010-02-12  Hans Leidekkermsi: Implement the UnregisterTypeLibraries standard...
2010-02-11  Hans Leidekkermsi: Add tests for installing and removing ODBC drivers.
2010-02-10  Paul Vriensmsi/tests: Run the 'in_use' tests again.
2010-02-10  Hans Leidekkermsi: Add a partial implementation of the ValidateProduc...
2010-02-10  Hans Leidekkermsi: Implement the UnregisterFonts standard action.
2010-02-05  Hans Leidekkermsi: Implement the SelfUnregModules standard action.
2010-02-05  Hans Leidekkermsi: Implement the RemoveFolders standard action.
2010-02-04  Marcus Meissnermsi: Handle some error returns (Coverity).
2010-02-04  Hans Leidekkermsi: Implement the DeleteServices standard action.
2010-02-04  Hans Leidekkermsi: Add tests for the _Streams table implementation.
2010-02-02  Hans Leidekkermsi: Test duplicating files from a nonexistent component.
2010-02-02  Paul Vriensmsi/tests: Fix some test failures on Win9x up to W2K.
2010-02-01  Hans Leidekkermsi: Don't fail if the service to start is already...
2010-01-28  Hans Leidekkermsi: Don't create all directories in the CreateFolders...
2010-01-28  Hans Leidekkermsi: Add a test for MsiSetTargetPath.
2010-01-27  Hans Leidekkermsi: Don't evaluate the condition table when there...
2010-01-22  Hans Leidekkermsi: Add tests for updating rows in join tables.
2010-01-20  Jason Edmeadesmsi: Correct the setting of environment variables.
2010-01-19  Hans Leidekkermsi: Add a test to exersize the code to retrieve rows...
2010-01-06  AndrĂ© Hentschelmsi/tests: Remove dead url.
2009-12-21  Paul Vriensmsi/tests: Fix test failures on Win9x/WinMe.
2009-12-17  Hans Leidekkermsi: Reset the ALLUSERS property from to 2 to 1.
2009-12-16  James Hawkinsmsi: Fix a leaking record handle.
2009-12-15  Hans Leidekkermsi: Reject greater than and less than string compariso...
2009-12-14  James Hawkinsmsi: Free the enumeration data returned by IEnumSTATSTG...
2009-12-14  James Hawkinsmsi: Make sure we don't access pcchValueBuf when szBuff...
2009-12-11  Alexandre Julliardmsi/tests: Fix a handle leak.
2009-12-11  Chris Schafermsi/tests: Remove some barriers to running msi tests...
2009-12-11  James Hawkinsmsi: Wine fails the test and passes us a Session object...
2009-12-11  James Hawkinsmsi: Stub out a few more Installer object methods.
2009-12-11  James Hawkinsmsi: Fix a handle leak in the record tests.
2009-12-07  Hans Leidekkermsi/tests: Loosen check on kernel32 language version.
2009-12-07  James Hawkinsmsi: The second parameter to Installer.OpenPackage...
2009-12-07  James Hawkinsmsi: Verify that the first parameter to Installer.OpenP...
2009-12-07  James Hawkinsmsi: It's possible to send in more than two parameters...
2009-12-07  James Hawkinsmsi: Add more tests for the Installer.OpenPackage method.
2009-12-04  James Hawkinsmsi: MsiSetMode returns a UINT system error code, not...
2009-12-01  Hans Leidekkermsi/tests: Don't check more bytes than written to the...
2009-11-24  Nathan Gallahermsi/tests: Test for SELECT table.column FROM table.
2009-11-19  Piotr Cabanoleaut32: Ignore milliseconds in VarDateFromUdate imple...
2009-11-17  Hans Leidekkermsi: Don't set the ALLUSERS property.
2009-11-13  Hans Leidekkermsi: Test more variations of environment string prefixes.
2009-11-13  Hans Leidekkermsi: Handle environment strings without a value.
2009-11-09  Francois Gougetmsi/tests: Make the handler_xxx() functions static.
2009-11-05  Detlef Riekenbergmsi/tests: MsiSetExternalUIRecord not present before...
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-11-03  Hans Leidekkermsi: Unicode and ANSI global UI handlers are mutually...
2009-10-27  Nate Gallahermsi: Test that a query on a join of two tables returns...
2009-10-27  Hans Leidekkermsi/tests: Fix a couple of user SID string leaks.
2009-10-23  Hans Leidekkermsi/tests: Free the string returned from ConvertSidToSt...
2009-10-23  Hans Leidekkermsi/tests: Avoid accessing uninitialized memory.
2009-10-20  Hib Erismsi: Fix table rows order.
2009-10-20  Hib Erismsi: Fix merging string type checks.
2009-10-20  Hib Erismsi/tests: Add tests for rows order.
2009-10-20  Hib Erismsi/tests: Add test for merging string types.
2009-10-20  Hib Erismsi: Fix a failure with merging existing tables.
2009-10-20  Hib Erismsi/tests: Add tests for merging existing tables.
2009-10-15  Hans Leidekkermsi: Add some tests for MsiGetTargetPathW.
2009-10-08  Francois GougetAssorted spelling fixes.
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-10-02  Paul Vriensmsi/tests: Skip some tests on Win9x/WinMe.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-09-29  Michael Stefaniucmsi/tests: Remove trailing '\'.
2009-09-29  Hans Leidekkermsi: Test installing over in-use files.
2009-09-29  Hans Leidekkermsi: Test the Installed property.
2009-09-22  Hans Leidekkermsi: Add tests to show that the condition table is...
2009-09-22  Hans Leidekkermsi: Test last used source property in combination...
2009-09-22  Paul Vriensmsi/tests: Fix some test failures on Vista/W2K8.
2009-09-18  Paul Vriensmsi/tests: Skip some tests on Win9x/WinMe.
2009-09-16  Hans Leidekkermsi: Set or override a user environment string when...
2009-09-10  Hans Leidekkermsi: Ignore CoInitialize failure in ACTION_CreateShortcuts.
2009-09-10  Hans Leidekkermsi: Open the database read/write when the update count...
2009-09-09  Hans Leidekkermsi: Add a test to show that creating shortcuts works...
2009-09-09  Alexandre Julliardmsi: Force overwriting of read-only files when extracti...
2009-08-28  Ge van Geldorpmsi/tests: Create only a single restore point.
2009-08-04  Hans Leidekkermsi: Fix parsing of integer column width specifiers.
2009-07-06  Hib Erismsi: Implement ASSIGN mode in MsiViewModify.
2009-07-06  Hib Erismsi/tests: Add tests for MsiViewModify ASSIGN mode.
2009-06-30  Hans Leidekkermsi: Support opening transform databases.
2009-06-22  Hib Erismsi: Insert new tables in correct _Tables location.
2009-06-22  Hib Erismsi/tests: Add tests for order of tables.
2009-06-19  Paul Vriensmsi/tests: Fix some test failures on Win95 by using...
2009-06-19  Paul Vriensmsi/tests: Fix test (logical || with non-zero constant).
2009-06-12  Hans Leidekkermsi: Add some reinstall tests.
2009-06-11  Mike Kaplinskiymsi: Add a test to insert a null primary key temporary...
2009-06-09  Paul Vriensmsi/tests: Make sure we only create one logfile.
2009-06-04  Hans Leidekkermsi/tests: Ignore case when comparing file names.
next