d3d8/tests: Add some RESZ tests.
[wine] / dlls / msi /
2012-01-18  Hans Leidekkermsi: Make sure target paths are normalized.
2012-01-18  Nikolay Sivovmsi: Support test for aplicable patch of MSIPATCH_DATAT...
2012-01-18  Nikolay Sivovmsi: Support MSIPATCH_DATATYPE_XMLBLOB when testing...
2012-01-17  Nikolay Sivovmsi: Create the rest of objects with separate helpers.
2012-01-16  Nikolay Sivovmsi: Use data table for dispid tests.
2012-01-16  Nikolay Sivovmsi: Implement list on top of general object.
2012-01-16  Nikolay Sivovmsi: Add a helper to create database object.
2012-01-16  Nikolay Sivovmsi: Add null terminator to typelib name.
2012-01-16  Nikolay Sivovmsi: Create installer object initializing automation...
2012-01-16  Nikolay Sivovmsi: Implement session object directly on top of automa...
2012-01-16  Nikolay Sivovmsi: COM cleanup for automation object implementation.
2012-01-16  Hans Leidekkermsi: Set the SourceDir and SOURCEDIR properties in...
2012-01-10  Hans Leidekkermsi: Don't try to ready media for files from a previous...
2012-01-10  Hans Leidekkermsi: Downgrade an error.
2012-01-10  Hans Leidekkermsi: Fix detection of installed global assemblies.
2012-01-06  Hans Leidekkermsi: Execute custom actions in the right script.
2012-01-05  Hans Leidekkermsi: Don't crash on secondary root folders in msi_resol...
2012-01-03  Hans Leidekkermsi: VolumeLabel and DiskPrompt are optional fields...
2012-01-03  Hans Leidekkermsi: Accept a missing left backquote in SQL identifiers.
2011-12-23  Hans Leidekkermsi: Fix handling of single quoted column names in...
2011-12-23  Hans Leidekkermsi: Use a common function to validate a product ID.
2011-12-23  Hans Leidekkermsi: Fix changing media for normal files.
2011-12-13  Hans Leidekkermsi: Don't run the rollback script in reinstall mode.
2011-12-13  Hans Leidekkermsi: Pass REINSTALL and REINSTALLMODE properties on...
2011-12-13  Hans Leidekkermsi: Don't set the LOGVERBOSE property in MsiReinstallF...
2011-12-13  Hans Leidekkermsi: Don't set the Installed property in MsiReinstallFe...
2011-12-13  Hans Leidekkermsi: Support all install contexts in MsiReinstallFeatureW.
2011-12-13  Hans Leidekkermsi: Move some traces from implementations to entry...
2011-12-12  Hans Leidekkermsi: Format the value name from the RegLocator table.
2011-12-06  Hans Leidekkermsi/tests: Try harder to remove a shortcut file.
2011-12-06  Hans Leidekkermsi: Make sure to keep a reference to custom action...
2011-12-01  Hans Leidekkermsi: Resolve the target folder if necessary in msi_get_...
2011-12-01  Hans Leidekkermsi: Split up delete_reg_key_or_value.
2011-11-28  Francois GougetAssorted spelling fixes and wording tweaks.
2011-11-22  Hans Leidekkermsi: Perform a case insensitive match on the volume...
2011-11-17  Francois Gougetmsi: Delete the handle static critical sections when...
2011-11-14  Hans Leidekkermsi: Trace the exit code from custom action processes.
2011-11-14  Hans Leidekkermsi: Process messages while waiting for custom actions...
2011-11-07  Andrew Talbotmsi: Remove extraneous braces from switch statement.
2011-11-03  Hans Leidekkermsi: GetComputerName returns ERROR_BUFFER_OVERFLOW...
2011-11-01  Hans Leidekkermsi: Set the ComputerName property.
2011-11-01  Hans Leidekkermsi: Handle some more message types in MSI_ProcessMessage.
2011-11-01  Hans Leidekkermsi: Fix the log mode for progress messages.
2011-10-27  Hans Leidekkermsi/tests: Fix a skip message.
2011-10-27  Hans Leidekkermsi/tests: Fix some test failures on win2k.
2011-10-27  Hans Leidekkermsi: Wait up to 30 seconds for services to start up.
2011-10-20  Bernhard Loosmsi: Always use WHEREVIEW for sorting.
2011-10-20  Bernhard Loosmsi: Get rid of JOINVIEW.
2011-10-20  Bernhard Loosmsi: Reorder tables to optimize condition evaluation.
2011-10-13  Vincent Povirkmsi: Use MsgWaitForMultipleObjectsEx to do waits.
2011-10-13  Dan Kegelmsi: Initialize variable to placate static analyzers.
2011-10-11  Hans Leidekkermsi: Properly build the shortcut target path.
2011-10-11  Hans Leidekkermsi: Don't attempt to patch files if the component...
2011-10-11  Michael Stefaniucmsi: Remove a redundant NULL check before free (Smatch).
2011-10-11  Michael Stefaniucmsi: Remove a break after return (Smatch).
2011-10-11  Michael Stefaniucmsi: Move a TRACE before the continue (Smatch).
2011-10-06  Andrew Talbotmsi: Mark fall-throughs in switch statements.
2011-10-06  Andrew Talbotmsi: Add a break to a switch statement.
2011-09-27  Hans Leidekkermsi/tests: Properly preserve pending file renames.
2011-09-27  Francois Gougetmsi/tests: Avoid #if 0 to make sure code still compiles.
2011-09-23  Michael Stefaniucmsi: Remove casts to the type of the casted variable.
2011-09-23  Hans Leidekkermsi: Only use Windows platform-specific encoded strings...
2011-09-23  Hans Leidekkermsi: Improve font version parsing.
2011-09-23  Hans Leidekkermsi: MSI_SetFeatureStateW doesn't need to be WINAPI.
2011-09-23  Hans Leidekkermsi: Remove an unused parameter from msi_create_table.
2011-09-21  Hans Leidekkermsi: Support reading version information from OpenType...
2011-09-20  Hans Leidekkermsi: Support TrueType font files in MsiGetFileVersion.
2011-09-20  Francois Gougetmsi: Don't use debugstr_a() on an output parameter.
2011-09-19  Francois Gougetmsi: Fix printing NULL strings.
2011-09-15  Hans Leidekkermsi: Improve parsing of the package platform.
2011-09-14  Hans Leidekkermsi: Ignore files if their path cannot be resolved...
2011-09-14  Hans Leidekkermsi: Free the message string in ACTION_ResolveSource.
2011-09-12  Bernhard Loosmsi: Speed up WHERE statement evaluation by evaluating...
2011-09-12  Bernhard Loosmsi: The underlying tables might have changed, so it...
2011-09-09  Hans Leidekkermsi: Ignore unknown components in the FeatureComponents...
2011-09-09  Hans Leidekkermsi: Remove some dead assignments (clang).
2011-09-09  Hans Leidekkermsi: Return the right error from ResolveSource when...
2011-09-09  Hans Leidekkermsi: SelfUnregModules' counterpart is SelfRegModules.
2011-09-09  Hans Leidekkermsi: Move the preview code to dialog.c.
2011-09-09  Hans Leidekkermsi/tests: Fix some test messages.
2011-09-09  Hans Leidekkermsi/test: Mark some test results as broken.
2011-09-09  Hans Leidekkermsi: Respect the indirect attribute in the SelectionPat...
2011-09-08  Marcus MeissnerRevert "msi: Check for return value of GetUserName...
2011-09-07  Marcus Meissnermsi: Check for return value of GetUserName (Coverity).
2011-09-05  Hans Leidekkermsi: Initialize a variable.
2011-09-05  Hans Leidekkermsi: Use a higher value for the initial transform disk id.
2011-09-05  Hans Leidekkermsi/tests: Fix a number of test messages.
2011-09-05  Hans Leidekkermsi: Avoid a leak when a query is executed more than...
2011-09-02  Francois Gougetmsi: Make find_table() static.
2011-09-02  Michael Stefaniucmsi: COM cleanup for the IEnumVARIANT iface.
2011-08-31  Jacek Cabanmsi: Ude default calling convention for internal functions.
2011-08-31  Jacek Cabanmsi: Use struct instead of interface in object declarat...
2011-08-31  Marcus Meissnermsi: Check return value of msi_string2idW (Coverity).
2011-08-29  Alexandre Julliardmsi: Avoid dynamic stack allocation.
2011-08-26  Bernhard Loosmsi: Implement proper sorting in WHEREVIEW.
2011-08-26  Bernhard Loosmsi: Protected primary keys against modification.
2011-08-26  Bernhard Loosmsi: Make WHEREVIEW able to deal directly with multiple...
2011-08-25  Bernhard Loosmsi: Use an array instead of a hashtable for WHEREVIEW.
2011-08-24  Hans Leidekkermsi: Resolve the target folder if necessary when buildi...
2011-08-24  Hans Leidekkermsi/tests: Skip a test if the process is limited.
next