msi/tests: Fix explicit C:\\Program Files\\ references.
[wine] / dlls / msi / tests / package.c
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.
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-19  James Hawkinsmsi: Test the file access and share modes of MsiOpenDat...
2008-07-22  James Hawkinsmsi: Determine the source path based on the short/long...
2008-07-22  James Hawkinsmsi: Set all folders' source paths to the root director...
2008-07-22  James Hawkinsmsi: Test getting the source path from a package with...
2008-07-22  James Hawkinsmsi: Test getting the source path from a package with...
2008-07-22  James Hawkinsmsi: Add more tests for MsiGetSourcePath.
2008-07-08  James Hawkinsmsi: Consolidate and add more SourceDir tests.
2008-07-08  James Hawkinsmsi: Only use the long filename when resolving the...
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...
next