wordpad: Replaced toolbar.bmp with a Tango compliant tool strip.
[wine] / dlls / msi / tests /
2010-05-11  Hans Leidekkermsi: Set the SourceDir property to the registered sourc...
2010-05-11  Hans Leidekkermsi: Add a test to show that the InstallSource property...
2010-05-11  Hans Leidekkermsi: Add more patch registration tests.
2010-05-11  Hans Leidekkermsi: Add a test to show that patches are not committed...
2010-05-05  Hans Leidekkermsi: Apply registered patches in MsiOpenPackage.
2010-05-04  Hans Leidekkermsi: Register more patch details.
2010-05-04  Hans Leidekkermsi: Add some tests for patch registration.
2010-04-29  Hans Leidekkermsi: Test the contents of some of the system tables...
2010-04-29  Hans Leidekkermsi: Fix some test failures on Windows.
2010-04-28  Hans Leidekkermsi/tests: Use a unique product code when testing MsiCo...
2010-04-28  Hans Leidekkermsi/tests: Return INVALID_FILE_SIZE from get_pf_file_si...
2010-04-21  Hans Leidekkermsi: Add a test to show that MsiOpenPackage must apply...
2010-04-19  Hans Leidekkermsi: Handle MSIDBOPEN_PATCHFILE properly in MsiOpenData...
2010-04-19  Hans Leidekkermsi: Don't assume unversioned files are present.
2010-04-19  Hans Leidekkermsi: Add beginnings of a test module that concentrates...
2010-04-13  Hans Leidekkermsi/tests: Run the RemoveODBC action to unregister...
2010-04-09  Paul Vriensmsi/tests: Remove temporary files.
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering MIME...
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering extens...
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering class...
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-26  Hans Leidekkermsi: Return the right error when a cabinet cannot be...
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-24  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-23  Hans Leidekkermsi: Don't crash on null last parameter in MsiDecompose...
2010-03-22  Paul Vriensmsi/tests: Remove temporary files.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Paul Vriensmsi/tests: Remove a key after running tests.
2010-03-03  Hans Leidekkermsi: Add tests for removing environment strings.
2010-03-02  Hans Leidekkermsi: Add tests for removing values from .ini files.
2010-03-02  Hans Leidekkermsi: Skip the FindRelatedProducts action when product...
2010-02-26  Hans Leidekkermsi: Remove empty directories as part of the RemoveFile...
2010-02-25  Hans Leidekkermsi: Add tests for removing registry values.
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.
next