msi/tests: Fix the scope of todo_wine in the tests for MsiApplyMultiplePatches.
[wine] / dlls / msi / tests / package.c
2010-11-26  Hans Leidekkermsi/tests: Fix the scope of todo_wine in the tests...
2010-11-03  Hans Leidekkermsi: Revert 3cd55cc916ad8d74710f435845d8f970161f77fe.
2010-10-22  Hans Leidekkermsi/tests: Add tests for msidbFeatureAttributesUIDisall...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-13  Hans Leidekkermsi/tests: Don't create a nested restore point on recen...
2010-10-11  Hans Leidekkermsi/tests: Reduce the UI level for a couple of tests.
2010-10-11  Hans Leidekkermsi/tests: Set the MSIFASTINSTALL property.
2010-10-11  Hans Leidekkermsi/tests: Determine Wow64 mode just once.
2010-10-06  Hans Leidekkermsi Set the feature action to INSTALLSTATE_UNKNOWN...
2010-10-01  Andrew Eikummsi/tests: Fix copy-paste errors in tests.
2010-10-01  Hans Leidekkermsi: Set more 64-bit properties.
2010-10-01  Alexandre Julliardmsi/tests: Make some variables static.
2010-09-24  Hans Leidekkermsi/test: Add tests for MsiGetFeatureState.
2010-09-08  Hans Leidekkermsi/tests: Fix some test failures on 64-bit.
2010-09-07  Francois Gougetmsi/tests: Fix compilation on systems that don't suppor...
2010-09-02  Hans Leidekkermsi/tests: Add tests for 64-bit properties.
2010-08-27  Hans Leidekkermsi/tests: Use a different product code in the package...
2010-08-18  Hans Leidekkermsi: Handle signature filenames in short|long notation.
2010-08-18  Hans Leidekkermsi/tests: Fix some WoW64 test failures.
2010-07-26  Hans Leidekkermsi/tests: Skip tests if UAC is enabled and the process...
2010-07-23  Hans Leidekkermsi: Add some tests for MsiGetSourcePath.
2010-07-22  Hans Leidekkermsi/tests: Fix some more wow64 test failures.
2010-07-22  Hans Leidekkermsi/tests: Skip tests when the current user has insuffi...
2010-07-22  Hans Leidekkermsi/tests: Return an error code from helper_createpacka...
2010-07-22  Hans Leidekkermsi/tests: Fix test failures on wow64.
2010-07-20  Hans Leidekkermsi: Add a test for MsiSetFeatureState.
2010-05-25  Hans Leidekkermsi: End the search for a directory signature if the...
2010-04-29  Hans Leidekkermsi: Fix some test failures on Windows.
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-01-28  Hans Leidekkermsi: Add a test for MsiSetTargetPath.
2009-12-11  Chris Schafermsi/tests: Remove some barriers to running msi tests...
2009-10-23  Hans Leidekkermsi/tests: Free the string returned from ConvertSidToSt...
2009-10-23  Hans Leidekkermsi/tests: Avoid accessing uninitialized memory.
2009-10-15  Hans Leidekkermsi: Add some tests for MsiGetTargetPathW.
2009-09-22  Paul Vriensmsi/tests: Fix some test failures on Vista/W2K8.
2009-08-28  Ge van Geldorpmsi/tests: Create only a single restore point.
2009-06-04  Hans Leidekkermsi/tests: Ignore case when comparing file names.
2009-06-04  Hans Leidekkermsi: Add more tests for MsiGetSourcePath.
2009-06-04  Hans Leidekkermsi: Initialize some variables.
2009-05-28  Paul Vriensmsi/tests: Remove unused variable.
2009-05-27  Paul Vriensmsi/tests: Prevent crash when ConvertSidToStringSidA...
2009-05-26  Francois Gougetmsi/tests: Tweak the get_user_sid() functions to simpli...
2009-05-06  Hans Leidekkermsi: Reject NULL or empty patch package parameter in...
2009-05-05  Detlef Riekenbergmsi/tests: Run tests again with older msi versions...
2009-05-04  Nicolas Le Cammsi/tests: Fix MsiApplyMultiplePatches tests on Windows.
2009-05-01  Hans Leidekkermsi: Implement MsiApplyMultiplePatchesA/W.
2009-04-23  Nicolas Le Cammsi/tests: Fix package test when run on a different...
2009-04-23  Nicolas Le Cammsi: Fix ACTION_AppSearchDr on empty path.
2009-04-23  Nicolas Le Cammsi/tests: Add empty dir test for the DrLocator part...
2009-03-23  James Hawkinsmsi: Don't try to release a NULL record, with tests...
2009-03-23  Aric Stewartmsi: Reorder the condition operators so that longer...
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: The PATH environment variable can be longer than...
2009-02-26  Hans Leidekkermsi: Add reinstall tests.
2009-01-19  Andrew Nguyenmsi/tests: Fix a few handle leaks.
2009-01-15  Michael Stefaniucmsi/tests: Remove superfluous pointer casts.
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.
2008-12-15  Francois Gougetmsi/tests: Make enum_stream_names() and package_RegDele...
2008-12-11  Paul Vriensmsi/tests: Skip tests on win9x due to different registr...
2008-12-09  James Hawkinsmsi: Add tests for MsiGetProductProperty.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-10-24  James Hawkinsmsi: Fix several test failures.
2008-10-20  James Hawkinsmsi: Use the quoted part of the registry value when...
2008-10-20  James Hawkinsmsi: Fix a copy and paste error.
2008-10-20  James Hawkinsmsi: Strip the file off the parent path if it's not...
2008-10-20  James Hawkinsmsi: Only check the file signature if the candidate...
2008-10-20  James Hawkinsmsi: Append the next directory to search to the current...
2008-10-20  James Hawkinsmsi: Only append a backslash to directories.
2008-10-20  James Hawkinsmsi: Don't get rid of the file signature when searching...
2008-10-20  James Hawkinsmsi: Handle searching for directories in the IniLocator...
2008-10-20  James Hawkinsmsi: Handle searching for a file with no signature.
2008-10-20  James Hawkinsmsi: Add more tests for the RegLocator part of the...
2008-10-20  James Hawkinsmsi: Check the file version when a version is provided...
2008-10-20  James Hawkinsmsi: Add more tests for the AppSearch action.
2008-10-20  James Hawkinsmsi: Return the requested ini field.
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch registry path.
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch directory...
2008-10-13  James Hawkinsmsi: Fix the returned format of REG_BINARY data.
2008-10-13  James Hawkinsmsi: Expand REG_EXPAND_SZ registry values in the RegLoc...
2008-10-13  James Hawkinsmsi: Append the file signature to the component's direc...
2008-10-13  James Hawkinsmsi: Add tests for the DrLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the RegLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the IniLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add more tests for the CompLocator part of the...
2008-09-29  James Hawkinsmsi: Fix several test failures in win9x.
2008-09-09  James Hawkinsmsi: Fix a few file access discrepancies between platforms.
2008-08-29  James Hawkinsmsi: Add tests for opening an empty package.
2008-08-25  James Hawkinsmsi: Skip the component action detection logic if there...
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-08-25  James Hawkinsmsi: Don't install a feature that is disabled.
2008-08-25  James Hawkinsmsi: Only set the action to source if the component...
2008-08-25  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-25  James Hawkinsmsi: Handle features installed as source in MsiQueryFea...
2008-08-21  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-21  James Hawkinsmsi: Remove an invalid setting of the install state.
2008-08-19  James Hawkinsmsi: Use MsiQueryFeatureState to determine the feature...
2008-08-19  James Hawkinsmsi: Use MsiQueryComponent state to determine the compo...
2008-08-19  James Hawkinsmsi: Add more tests for feature and component states.
next