d3d10core: Implement d3d10_device_SOSetTargets().
[wine] / dlls / msi / tests / install.c
2012-07-27  Detlef Riekenbergmsi/tests: Use always static binding for GetTokenInform...
2012-07-16  Hans Leidekkermsi/tests: Mark some test results as broken.
2012-06-12  Hans Leidekkermsi/tests: Use only uppercase characters for the PID_RE...
2012-06-11  Hans Leidekkermsi: Add support for 64-bit registry components.
2011-12-06  Hans Leidekkermsi/tests: Try harder to remove a shortcut file.
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-15  Hans Leidekkermsi: Improve parsing of the package platform.
2011-09-09  Hans Leidekkermsi/test: Mark some test results as broken.
2011-09-05  Hans Leidekkermsi/tests: Fix a number of test messages.
2011-08-23  Hans Leidekkermsi/tests: Clean up local packages.
2011-08-23  Hans Leidekkermsi: Remove icons when the product is uninstalled.
2011-07-01  Hans Leidekkermsi: Handle escaped double quotes in command line parsing.
2011-06-10  Hans Leidekkermsi: Implement and test MsiSetFeatureAttributes.
2011-06-10  Hans Leidekkermsi: Implement and test MsiGetFeatureInfo.
2011-04-05  Hans Leidekkermsi: Fix parsing of an empty property followed by a...
2011-03-30  Hans Leidekkermsi: Accept whitespace-only property values on the...
2011-03-30  Hans Leidekkermsi/tests: Get rid of workarounds for win9x test failures.
2011-03-30  Hans Leidekkermsi: Ignore invalid upgrade codes in the PublishProduct...
2011-03-08  Hans Leidekkermsi: Assume a file is present if the target exists...
2011-03-08  Hans Leidekkermsi: Load media info even if there's no file to install.
2011-03-07  Hans Leidekkermsi/tests: Check the result of get_system_dirs and...
2011-01-27  Hans Leidekkermsi/tests: Test a return value (clang).
2010-12-30  AndrĂ© Hentschelmsi/tests: Don't test function directly when reporting...
2010-12-23  Hans Leidekkermsi: Rewrite command line parsing to handle quoted...
2010-12-06  Hans Leidekkermsi: Map neutral parts of package language ids to the...
2010-11-15  Paul Vriensmsi/tests: Cleanup properly on Win9x.
2010-10-14  Hans Leidekkermsi/tests: Move test coverage for standard actions...
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: Fix some test failures on 64-bit.
2010-10-11  Hans Leidekkermsi/tests: Determine Wow64 mode just once.
2010-10-06  Hans Leidekkermsi/tests: Fix some test failures on 64-bit.
2010-10-06  Hans Leidekkermsi: Add package validation tests.
2010-10-05  Hans Leidekkermsi: Put the uninstall key for 32-bit packages under...
2010-10-01  Hans Leidekkermsi: Set more 64-bit properties.
2010-10-01  Alexandre Julliardmsi/tests: Make some variables static.
2010-09-30  Alexandre Julliardmsi/tests: Avoid corrupting the pending file renames...
2010-09-20  Paul Vriensmsi/tests: Prevent a popup on Windows NT.
2010-08-18  Hans Leidekkermsi/tests: Skip SourceDir tests on win9x.
2010-08-18  Hans Leidekkermsi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_...
2010-07-26  Hans Leidekkermsi/tests: Skip tests if UAC is enabled and the process...
2010-07-23  Hans Leidekkermsi: Set/unset the SourceDir property at the right...
2010-07-23  Hans Leidekkermsi/tests: Properly contruct the icon path for win9x.
2010-07-22  Hans Leidekkermsi/tests: Fix some more wow64 test failures.
2010-07-22  Hans Leidekkermsi/tests: Avoid a long timeout in the test for DeleteS...
2010-07-22  Hans Leidekkermsi/tests: Skip tests when the current user has insuffi...
2010-07-21  Hans Leidekkermsi: Move the component enabled check into the standard...
2010-07-02  Alexandre Julliardmsi/tests: Check the x86 program directory first for...
2010-06-09  Hans Leidekkermsi: Create directories right before installing files.
2010-06-07  Andrew Eikummsi/tests: Fix install tests for Win9x.
2010-05-31  Andrew Eikummsi: Publish icons into the correct directory.
2010-05-20  Hans Leidekkermsi: Add more tests for feature overrides.
2010-04-28  Hans Leidekkermsi/tests: Return INVALID_FILE_SIZE from get_pf_file_si...
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-26  Hans Leidekkermsi: Return the right error when a cabinet cannot be...
2010-03-24  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-22  Paul Vriensmsi/tests: Remove temporary files.
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-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: 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-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-27  Hans Leidekkermsi: Don't evaluate the condition table when there...
2010-01-20  Jason Edmeadesmsi: Correct the setting of environment variables.
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-01  Hans Leidekkermsi/tests: Don't check more bytes than written to the...
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...
next