msi: Add more tests for the ALTER command.
[wine] / dlls / msi / tests / msi.c
2007-07-03  James Hawkinsmsi: Read the components state directly from the registry.
2007-07-03  James Hawkinsmsi: Return INSTALLSTATE_BADCONFIG if we can't decode...
2007-07-03  James Hawkinsmsi: Return INSTALLSTATE_ADVERTISED if the component...
2007-07-03  James Hawkinsmsi: Open the correct key and return INSTALLSTATE_ADVER...
2007-07-03  James Hawkinsmsi: Add tests for MsiQueryFeatureState.
2007-07-02  James Hawkinsmsi: Add tests for MsiSourceListGetInfo.
2007-06-27  James Hawkinsmsi: If the UserData product key exists, but the user...
2007-06-27  James Hawkinsmsi: Any value of WindowsInstaller besides 0 means...
2007-06-27  James Hawkinsmsi: Use the correct registry key when detecting a...
2007-06-27  James Hawkinsmsi: If the user product key exists, the product's...
2007-06-27  James Hawkinsmsi: Validate MsiQueryProductCode parameters.
2007-06-27  James Hawkinsmsi: Add tests for MsiQueryProductState.
2007-05-17  Misha Koshelevmsi: Return appropriate values for empty MsiProductInfo...
2007-05-17  Misha Koshelevmsi/tests: Add test for empty MsiGetProductInfo paramet...
2006-07-24  Mike McCormackmsi: Make MsiConfigureFeature a bit more robust.
2006-07-24  Mike McCormackmsi: Add a test case for MsiGetFileHash.
2006-07-06  Mike McCormackmsi: Add a test for MsiGetComponentPath and make it...
2006-06-12  Mike McCormackmsi: Fix compilation on msvc6.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetVarious trace fixes.
2006-04-17  Mike McCormackmsi: Fix some possible NULL pointer dereferences (Cover...
2005-10-31  Mike McCormackImprove MsiUseFeatureEx and MsiGetFeatureState a little...