msi: Consolidate the MsiGetSourcePath tests and add more tests.
[wine] / dlls / msi / tests / package.c
2008-07-08  James Hawkinsmsi: Consolidate the MsiGetSourcePath tests and add...
2008-05-13  James Hawkinsmsi: Convert string variables to ints when appropriate.
2008-05-13  James Hawkinsmsi: Test the ScreenX/Y properties.
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-03-20  James Hawkinsmsi: Fix a few failing tests on win9x.
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-02-28  James Hawkinsmsi: If a feature's action is INSTALLSTATE_UNKNOWN...
2008-02-19  Francois Gougetmsi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)'...
2008-02-18  James Hawkinsmsi: Set the UserLanguageID property.
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-05  James Hawkinsmsi: Reimplement MsiGetComponentPath.
2007-12-04  James Hawkinsmsi: Test the CompLocator subset of the AppSearch action.
2007-12-03  James Hawkinsmsi: Test the CCPSearch action.
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: do_query is supposed to fail, so don't release...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-11  James Hawkinsmsi: Fix current _Property table tests and add more...
2007-06-29  James Hawkinsmsi: Ignore invalid conditional expressions when checki...
2007-06-29  James Hawkinsmsi: Add tests that show '!=' is not a valid conditiona...
2007-04-23  James Hawkinsmsi: Add the _Property table back, with tests.
2007-03-05  Rob Shearmanmsi: Set the PackageCode property based on the "revisio...
2007-03-05  Rob Shearmanmsi: Set the Date, Time and VersionDatabase properties.
2007-02-06  Mike McCormackmsi: Add a test showing MsiGetProperty returns correct...
2006-12-14  Alexandre Julliardmsi: Fix the condition test to not assume MsiNetAssembl...
2006-12-07  Mike McCormackmsi: Add tests for comparison to empty strings.
2006-12-06  Mike McCormackmsi: More tests for the SourceDir property.
2006-12-06  Mike McCormackmsi: Add some tests for the ALTER query.
2006-12-05  Mike McCormackmsi: Add the names of features/components to debugging...
2006-11-22  Mike McCormackmsi: Treat the SourceDir folder the same as TargetDir.
2006-11-20  Mike McCormackmsi: Add another test for the SourceDir property.
2006-11-17  Mike McCormackmsi: Add a test showing the _Properties table is a...
2006-10-23  Mike McCormackmsi: Add the column type INTEGER as an alias for INT.
2006-10-20  James Hawkinsmsi: Only initialize a component's state if it is linke...
2006-10-19  James Hawkinsmsi: Set the USERNAME and COMPANYNAME properties when...
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-11  James Hawkinsmsi: Clean up after the package tests.
2006-10-10  Michael Ploujnikovmsi/tests: Win64 printf format warning fixes.
2006-10-10  Mike McCormackmsi: Fix handle leaks in the test cases.
2006-10-03  Juan Langmsi: Implement msidbLocatorTypeFileName in RegLocator...
2006-09-28  James Hawkinsmsi: Follow state resolution rules when a feature paren...
2006-09-28  James Hawkinsmsi: A feature state of INSTALLSTATE_ABSENT translates...
2006-09-26  James Hawkinsmsi: If the feature linked to a component has a state...
2006-09-26  James Hawkinsmsi: Only specifically resolve the TARGETDIR directory...
2006-09-26  James Hawkinsmsi: Add tests for setting the target path of TARGETDIR...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-21  James Hawkinsmsi: Disable child features of parent features that...
2006-09-21  James Hawkinsmsi: Don't check a component's install state if a compo...
2006-09-21  James Hawkinsmsi: Fix the results of a few tests to match Windows.
2006-09-21  James Hawkinsmsi: Load the component states in CostFinalize instead...
2006-09-21  James Hawkinsmsi: Initialize all features' action states to INSTALLS...
2006-09-21  James Hawkinsmsi: Only override a feature whose action state is...
2006-09-20  James Hawkinsmsi: INSTALLSTATE_SOURCE also overrides a parent featur...
2006-09-20  James Hawkinsmsi: Add tests for components with multiple parent...
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-09-07  James Hawkinsmsi: Add more tests for MsiFormatRecord.
2006-08-29  Mike McCormackmsi: Fix test compilation with MSVC6.
2006-08-29  Mike McCormackmsi: Properties are case sensitive.
2006-08-22  James Hawkinsmsi: Add tests for the AppSearch action.
2006-08-22  James Hawkinsmsi: Add handling for MsiEvaluateCondition's substring...
2006-08-22  James Hawkinsmsi: Add tests for MsiEvaluateCondition's substring...
2006-08-12  James Hawkinsmsi: If a component's state is not local, source, or...
2006-08-11  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-11  James Hawkinsmsi: Only remove a file if the version to be installed...
2006-08-09  James Hawkinsmsi: Add tests for the RemoveFiles action.
2006-08-08  James Hawkinsmsi: Add tests for MsiGetProperty.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-08-02  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-08-01  James Hawkinsmsi: Fix a couple install state test cases.
2006-08-01  James Hawkinsmsi: Fix the add_feature_entry helper function.
2006-07-31  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-07-28  Michael Stefaniucmsi: 0xdeadbeef is too big for a signed int thus produc...
2006-07-27  James Hawkinsmsi: Test the states of a component with a compressed...
2006-07-26  Mike McCormackmsi: Always load all the components.
2006-07-24  James Hawkinsmsi: Add tests for component and feature states.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-07-11  James Hawkinsmsi: Test how SetTargetPath affects the target paths...
2006-06-26  Andrey Turkinmsi: Disable some path validity checks in MsiSetTargetPath.
2006-06-19  Andrew Talbotmsi/tests: Write-strings warnings fixes.
2006-06-16  Andrey Turkinmsi: Added tests for MsiSetTargetPath.
2006-06-12  Mike McCormackmsi: Add tests for creating packages and formatting...
2006-06-12  Mike McCormackmsi: Delete any databases we create at the end of each...
2006-06-05  Huw Daviesmsi: Add some integer condition tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-09  Mike McCormackmsi: Make sure to run tests for MsiEvaluateCondition.
2005-11-14  Mike McCormackEmpty strings are not equal to any number, so all compa...
2005-11-14  Mike McCormackFix comparison of empty properties to numbers and add...
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-02  Mike McCormackNULL and empty strings are the same in conditions.
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-29  Mike McCormackAdd a bunch of tests for MsiEvaluateCondition and make...
2005-09-26  Mike McCormackFix handle leaks in the test cases.
2005-09-13  Mike McCormackFix the handling of MsiGetTargetPath args (with test...
2005-09-13  Mike McCormackFix the handling of MsiDoAction args (with test case).
next