d3d9: Fix the type of three loop variables.
[wine] / dlls / msi / tests /
2008-01-24  Paul Vriensmsi/tests: Only use functions if they are implemented.
2008-01-24  Paul Vriensmsi/tests: Only use functions if they are implemented.
2008-01-21  James Hawkinsmsi: Add more MsiFormatRecord tests.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-11  Francois Gougetmsi/tests: Tweaked so it does not look like things...
2008-01-09  James Hawkinsmsi: Actually delete the row data instead of blanking...
2008-01-09  James Hawkinsmsi: Test committing a table with a removed row.
2008-01-09  James Hawkinsmsi: Handle markers in the WHERE section of an UPDATE...
2008-01-07  James Hawkinsmsi: Create parent directories when duplicating files...
2008-01-07  James Hawkinsmsi: Pad the month and day to two digits.
2008-01-07  James Hawkinsmsi: Remove an erroneous table.
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-12-23  James Hawkinsmsi: Allow the not-equal operator in WHERE query string...
2007-12-23  James Hawkinsmsi: Fix deleting temporary rows, with tests.
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-12-18  James Hawkinsmsi: Test sorting a table using a column that is not...
2007-12-17  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if the product...
2007-12-17  James Hawkinsmsi: Return ERROR_UNKNOWN_COMPONENT if no products...
2007-12-17  James Hawkinsmsi: Also check the local system component key for...
2007-12-17  James Hawkinsmsi: Check the user component key for the clients.
2007-12-17  James Hawkinsmsi: Validate the parameters of MsiEnumClients.
2007-12-17  James Hawkinsmsi: Add tests for MsiEnumClients.
2007-12-17  James Hawkinsmsi: Verify that the PID_PAGECOUNT and PID_REVNUMBER...
2007-12-17  James Hawkinsmsi: If the package doesn't exist, return ERROR_FILE_NO...
2007-12-17  James Hawkinsmsi: Validate the parameters of MsiOpenPackage.
2007-12-17  James Hawkinsmsi: Add more tests for MsiOpenPackage.
2007-12-08  James Hawkinsmsi: Handle the CompLocator table in the AppSearch...
2007-12-08  James Hawkinsmsi: Reimplement MsiGetProductCode.
2007-12-08  James Hawkinsmsi: Remove two tests that depend on the sort order...
2007-12-07  James Hawkinsmsi: Add tests for MsiGetProductCode.
2007-12-05  James Hawkinsmsi: Reimplement MsiGetComponentPath.
2007-12-05  James Hawkinsmsi: Add tests for MsiGetComponentPath.
2007-12-04  James Hawkinsmsi: Test the CompLocator subset of the AppSearch action.
2007-12-03  James Hawkinsmsi: Implement the Version property of the Installer...
2007-12-03  James Hawkinsmsi: Test the CCPSearch action.
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-26  James Hawkinsmsi: Set the file contents of the file hash test file...
2007-11-26  James Hawkinsmsi: Verify the szFilePath parameter of MsiGetFileHash.
2007-11-26  James Hawkinsmsi: Add tests for MsiGetFileHash and clean up the...
2007-11-20  Misha Koshelevmsi/tests: automation: Add missing VariantClear.
2007-11-20  Misha Koshelevmsi/tests: Close opened service handles.
2007-11-15  James Hawkinsmsi: Don't ignore the error returned by ready_media.
2007-11-15  James Hawkinsmsi: Only check the presence of the cabinet if the...
2007-11-15  James Hawkinsmsi: Add tests for situations involving missing cabinets.
2007-11-13  James Hawkinsmsi: Test the Uninstall registry entries.
2007-11-12  James Hawkinsmsi: Create the _Tables table when creating a database.
2007-11-12  James Hawkinsmsi: Test the default tables added by MsiOpenDatabase.
2007-11-06  James Hawkinsmsi: Test that the install state is dependent on the...
2007-11-06  James Hawkinsmsi: Process the ADDSOURCE property when setting featur...
2007-11-06  James Hawkinsmsi: Test the install states of removed features.
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Use a magic constant to silence signedness compari...
2007-11-05  James Hawkinsmsi: MsiQueryProductState returns INSTALLSTATE, not...
2007-11-05  James Hawkinsmsi: MsiQueryFeatureState and MsiUseFeatureEx return...
2007-11-05  James Hawkinsmsi: MsiViewGetError returns MSIDBERROR, not UINT.
2007-11-05  James Hawkinsmsi: Test and implement the MSIMODIFY_DELETE command.
2007-11-05  James Hawkinsmsi: Initialize a handle in case MsiGetSummaryInformati...
2007-11-05  James Hawkinsmsi: Fix the location used to read machine context...
2007-11-05  James Hawkinsmsi: szUserSid must be NULL if context is MSIINSTALLCON...
2007-11-05  James Hawkinsmsi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
2007-11-05  James Hawkinsmsi: Reimplement MsiSourceListAddSourceEx to handle...
2007-11-05  James Hawkinsmsi: The options must include a source type.
2007-11-05  James Hawkinsmsi: An empty source is an invalid parameter.
2007-11-05  James Hawkinsmsi: Append a slash to network and url sources.
2007-11-05  James Hawkinsmsi: Validate the product code.
2007-11-05  James Hawkinsmsi: Return the error from OpenSourceKey.
2007-11-05  James Hawkinsmsi: Add tests for MsiSourceListAddSourceEx.
2007-11-05  James Hawkinsmsi: do_query is supposed to fail, so don't release...
2007-11-01  James Hawkinsmsi: A feature's requested action does not depend on...
2007-11-01  James Hawkinsmsi: Only unpublish the features if the entire product...
2007-11-01  James Hawkinsmsi: Properly register features.
2007-11-01  James Hawkinsmsi: Properly register and unregister components.
2007-11-01  James Hawkinsmsi: Implement the MoveFiles standard action.
2007-11-01  James Hawkinsmsi: Test the MoveFiles standard action.
2007-10-26  James Hawkinsmsi: Use package_from_db instead of opening the package...
2007-10-26  James Hawkinsmsi: Output expected values on failing tests.
2007-10-26  James Hawkinsmsi: Define _WIN32_MSI to pull in new definitions.
2007-10-26  James Hawkinsmsi: Set the ROOTDRIVE property so the admin sequence...
2007-10-26  James Hawkinsmsi: Add missing newline to the adm_custom_action table.
2007-10-23  James Hawkinsmsi: Include the null terminator when writing data...
2007-10-19  Detlef Riekenbergmsi/tests: Do not leak a HKEY when RegQueryValueEx...
2007-10-18  James Hawkinsmsi: Save nonpersistent strings as holes in the string...
2007-10-18  James Hawkinsmsi: Test adding nonpersistent strings to the string...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED if a matching row...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED when inserting duplic...
2007-10-17  Marcus Meissnermsi: Common Files is translated to current language.
2007-10-17  Marcus Meissnermsi: Marked two variables static.
2007-09-18  Juan Langmsi: Don't crash if record has no fields.
2007-08-21  Paul Vriensmsi/tests: Be verbose when GetProcAddress fails.
2007-08-13  Marcus Meissnermsi: Allocate 1 byte more buffer.
2007-08-13  James Hawkinsmsi: Add tests for the RemoveFiles standard action.
2007-08-10  Paul Vriensmsi/tests: Run tests again on win98 and NT4.
2007-08-10  James Hawkinsmsi: Implement the UnpublishFeatures standard action.
2007-08-09  James Hawkinsmsi: Simplify MsiQueryComponentState, with more tests.
2007-08-08  James Hawkinsmsi: Implement the remaining contexts for MsiQueryCompo...
2007-08-07  James Hawkinsmsi: Implement the MSIINSTALLCONTEXT_MACHINE context...
2007-08-07  James Hawkinsmsi: Add tests for MsiQueryComponentState.
2007-08-02  James Hawkinsmsi: Reimplement joins to allow joining any number...
2007-08-02  James Hawkinsmsi: Add tests for joining three tables.
2007-07-30  James Hawkinsmsi: Treat an empty string and a NULL string as the...
next