msi: Add more tests for MsiQueryFeatureState.
[wine] / dlls / msi / tests / msi.c
2008-06-24  James Hawkinsmsi: Add more tests for MsiQueryFeatureState.
2008-04-07  James Hawkinsmsi: Test and reimplement MsiQueryProductState.
2008-03-24  James Hawkinsmsi: INSTALLPROPERTY_AUTHORIZED_LUA_APP is only availab...
2008-03-20  James Hawkinsmsi: win95 returns ERROR_BAD_PATHNAME.
2008-03-12  Rob Shearmanmsi: Passing NULL for szBuffer and NULL for pcchValueBu...
2008-03-05  Paul Vriensmsi/tests: Make tests run on win9x/NT4 again.
2008-03-04  James Hawkinsmsi: Add tests for MsiGetProductInfoEx.
2008-02-18  James Hawkinsmsi: Convert REG_DWORD properties to strings in MsiGetP...
2008-02-18  Rob Shearmanmsi: Fix the character count passed into RegSetValueExA...
2008-02-12  James Hawkinsmsi: Reimplement MsiGetProductInfo.
2008-02-11  James Hawkinsmsi: Test the remaining installer properties returned...
2008-02-11  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if szProduct is...
2008-02-11  James Hawkinsmsi: Add tests for MsiGetProductInfo.
2008-02-05  James Hawkinsmsi: Return ERROR_MORE_DATA if the size is too small.
2008-02-05  James Hawkinsmsi: Return the string length even if the string is...
2008-02-05  James Hawkinsmsi: Leave room for the NULL terminator.
2008-02-05  James Hawkinsmsi: Return ERROR_FILE_INVALID if the file has no versi...
2008-02-05  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if a string pointer...
2008-02-05  James Hawkinsmsi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_F...
2008-02-05  James Hawkinsmsi: Only convert output strings if the call succeeded.
2008-02-05  James Hawkinsmsi: Add tests for MsiGetFileVersion.
2008-01-24  Paul Vriensmsi/tests: Only use functions if they are implemented.
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-12-17  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if the product...
2007-12-17  James Hawkinsmsi: Return ERROR_UNKNOWN_COMPONENT if no products...
2007-12-17  James Hawkinsmsi: Also check the local system component key for...
2007-12-17  James Hawkinsmsi: Check the user component key for the clients.
2007-12-17  James Hawkinsmsi: Validate the parameters of MsiEnumClients.
2007-12-17  James Hawkinsmsi: Add tests for MsiEnumClients.
2007-12-08  James Hawkinsmsi: Reimplement MsiGetProductCode.
2007-12-08  James Hawkinsmsi: Remove two tests that depend on the sort order...
2007-12-07  James Hawkinsmsi: Add tests for MsiGetProductCode.
2007-12-05  James Hawkinsmsi: Reimplement MsiGetComponentPath.
2007-12-05  James Hawkinsmsi: Add tests for MsiGetComponentPath.
2007-11-26  James Hawkinsmsi: Verify the szFilePath parameter of MsiGetFileHash.
2007-11-26  James Hawkinsmsi: Add tests for MsiGetFileHash and clean up the...
2007-11-05  James Hawkinsmsi: Use a magic constant to silence signedness compari...
2007-11-05  James Hawkinsmsi: MsiQueryProductState returns INSTALLSTATE, not...
2007-11-05  James Hawkinsmsi: MsiQueryFeatureState and MsiUseFeatureEx return...
2007-10-26  James Hawkinsmsi: Define _WIN32_MSI to pull in new definitions.
2007-08-10  Paul Vriensmsi/tests: Run tests again on win98 and NT4.
2007-08-09  James Hawkinsmsi: Simplify MsiQueryComponentState, with more tests.
2007-08-08  James Hawkinsmsi: Implement the remaining contexts for MsiQueryCompo...
2007-08-07  James Hawkinsmsi: Implement the MSIINSTALLCONTEXT_MACHINE context...
2007-08-07  James Hawkinsmsi: Add tests for MsiQueryComponentState.
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...