wineps.drv: Slightly simplify a PPD parser code snippet.
[wine] / dlls / msi / tests / package.c
2012-10-29  Hans Leidekkermsi: Pass string length to msi_set_property in ACTION_C...
2012-10-29  Hans Leidekkermsi: Add more tests for embedded nulls in string proper...
2012-08-15  Michael Stefaniucmsi/tests: Avoid a TRUE:FALSE conditional expression.
2012-07-27  Detlef Riekenbergmsi/tests: Use always static binding for GetTokenInform...
2012-06-12  Hans Leidekkermsi/tests: Use only uppercase characters for the PID_RE...
2012-04-26  Hans Leidekkermsi: Don't free cached tables in MsiDatabaseCommit.
2012-03-28  Hans Leidekkermsi/tests: Reduce code duplication in the feature/compo...
2012-03-28  Hans Leidekkermsi: Also set the Intel property on 64-bit processors.
2012-03-26  Hans Leidekkermsi: Mask off modifiers before setting the UILevel...
2012-01-18  Hans Leidekkermsi: Make sure target paths are normalized.
2012-01-16  Hans Leidekkermsi: Set the SourceDir and SOURCEDIR properties in...
2011-11-01  Hans Leidekkermsi: Set the ComputerName property.
2011-09-09  Hans Leidekkermsi/tests: Fix some test messages.
2011-05-11  Hans Leidekkermsi/tests: Show that MsiSetTargetPath updates folder...
2011-05-04  Piotr Cabanwine.inf: Add quotes to webbrowser command keys.
2011-05-02  Hans Leidekkermsi: Rewrite the folder resolution code to keep track...
2011-05-02  Hans Leidekkermsi: Fix handling of components without a key path...
2011-04-01  Hans Leidekkermsi: Implement and test MsiEnumComponentCostsA/W.
2011-03-30  Hans Leidekkermsi/tests: Allocate the user token dynamically and...
2011-03-30  Hans Leidekkermsi/tests: Get rid of workarounds for win9x test failures.
2011-02-14  Detlef Riekenbergmsi/tests: Fix a typo.
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2011-02-10  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-07  Hans Leidekkermsi/tests: Show that a failing call to MsiGetSourcePath...
2011-01-10  Hans Leidekkermsi/tests: Add a test for MsiGetComponentState.
2010-12-09  Hans Leidekkermsi/tests: Avoid a test failure on 64-bit.
2010-11-30  Hans Leidekkermsi: Always ignore disabled components.
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.
next