msi: Load the component states in CostFinalize instead of CostInitialize.
[wine] / dlls / msi / tests / package.c
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).
2005-09-07  Mike McCormack- add test for MsiGetSourcePath
2005-09-06  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...