msi: Add a test for installing from different current working directories.
[wine] / dlls / msi / tests /
2007-07-13  James Hawkinsmsi: Add a test for installing from different current...
2007-07-13  James Hawkinsmsi: Fix compilation in MSVC.
2007-07-13  James Hawkinsmsi: Fix three tests that were failing in Windows.
2007-07-13  James Hawkinsmsi: Fix automation.c compile for MSVC.
2007-07-13  James Hawkinsmsi: Reload properties as they may have been changed...
2007-07-12  Alexandre Julliardmsi/tests: Comment out call to function that is still...
2007-07-11  James Hawkinsmsi: Add tests for adding properties with a transform...
2007-07-11  James Hawkinsmsi: Add tests for adding properties in a transform.
2007-07-11  James Hawkinsmsi: Fix current _Property table tests and add more...
2007-07-10  James Hawkinsmsi: Handle adding columns in transforms.
2007-07-10  James Hawkinsmsi: Test adding columns with data in a transform.
2007-07-10  James Hawkinsmsi: Delete msifile after the tests.
2007-07-10  James Hawkinsmsi: Match the changes made by the hand-generated and...
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-03  James Hawkinsmsi: Set the WindowsInstaller value in RegisterProduct...
2007-07-03  James Hawkinsmsi: Only publish the product if at least one feature...
2007-07-03  James Hawkinsmsi: Unpublish the product when it is entirely removed.
2007-07-03  James Hawkinsmsi: Delay publishing of the SourceList until the Publi...
2007-07-03  James Hawkinsmsi: PackagePath must also include the package name.
2007-07-03  James Hawkinsmsi: Add tests to show when the SourceList is published...
2007-07-03  James Hawkinsmsi: Add support for the MSICODE_PATCH option.
2007-07-03  James Hawkinsmsi: pcchValue represents the length of szValue in...
2007-07-02  James Hawkinsmsi: Return ERROR_SUCCESS if the PackageName property...
2007-07-02  James Hawkinsmsi: Return ERROR_BAD_CONFIGURATION if the SourceList...
2007-07-02  James Hawkinsmsi: Validate MsiSourceListGetInfo parameters.
2007-07-02  James Hawkinsmsi: Add tests for MsiSourceListGetInfo.
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-06-27  James Hawkinsmsi: Set the WindowsInstaller value of the UserData...
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-06-26  James Hawkinsmsi: Add tests for publishing and unpublishing products...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-06-05  Misha Koshelevmsi: automation: Implement SummaryInfo::PropertyCount.
2007-06-05  Misha Koshelevmsi/tests: automation: Add tests for SummaryInfo::Prope...
2007-06-05  Misha Koshelevmsi: automation: Implement SummaryInfo::Property, put.
2007-06-05  Misha Koshelevmsi/tests: automation: Add tests for SummaryInfo::Prope...
2007-06-05  Misha Koshelevmsi/tests: automation: Add test for Installer::OpenData...
2007-06-05  Misha Koshelevmsi: suminfo: Return ERROR_UNKNOWN_PROPERTY as native.
2007-06-05  Misha Koshelevmsi/tests: suminfo: Add tests for MsiSummaryInfoGetProp...
2007-06-04  Misha Koshelevmsi: automation: Fix SummaryInfo::Property get to confo...
2007-06-04  Misha Koshelevmsi/tests: automation: Add tests for SummaryInfo::Prope...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetmsi/tests: Fix a signed/unsigned int mismatch.
2007-05-25  James Hawkinsmsi: Add the ability to deformat the component's source.
2007-05-21  Misha Koshelevmsi: Make MsiEnumProducts enumerate products, not features.
2007-05-21  Misha Koshelevmsi/tests: automation: Test Installer::Products before...
2007-05-21  Misha Koshelevmsi/tests: automation: Installer::InstallProduct, remov...
2007-05-18  Misha Koshelevmsi: automation: Implement StringList::_NewEnum.
2007-05-18  Misha Koshelevmsi/tests: automation: Add tests for StringList::_NewEnum.
2007-05-18  Misha Koshelevmsi/tests: automation: Fix Installer_ProductInfo ok...
2007-05-18  Misha Koshelevmsi/tests: automation: Change SUCCEEDED(hr) to more...
2007-05-18  Misha Koshelevmsi/tests: automation: Check for NULL source string...
2007-05-18  Misha Koshelevmsi/tests: automation: Change non-const LPCWSTR paramet...
2007-05-17  Misha Koshelevmsi: automation: Implement Installer::ProductInfo.
2007-05-17  Misha Koshelevmsi: Return appropriate values for empty MsiProductInfo...
2007-05-17  Misha Koshelevmsi/tests: Add test for empty MsiGetProductInfo paramet...
2007-05-16  Misha Koshelevmsi/tests: automation: Add tests for Installer::Product...
2007-05-16  Misha Koshelevmsi/tests: automation: Remove unnecessary if (SUCCEEDED...
2007-05-15  Francois GougetAssorted spelling fixes.
2007-05-15  Misha Koshelevmsi: Make MsiEnumRelatedProducts enumerate registry...
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::RelatedProducts.
2007-05-15  Misha Koshelevmsi/tests: automation: Add tests for Installer::Related...
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::InstallProduct.
2007-05-15  Misha Koshelevmsi/tests: automation: Add test for Installer::InstallP...
2007-05-15  Misha Koshelevmsi: automation: Implement Record::IntegerData.
2007-05-14  Misha Koshelevmsi: automation: Implement View::Modify.
2007-05-14  Misha Koshelevmsi/tests: automation: Add test for View::Modify.
2007-05-14  Misha Koshelevmsi/tests: automation: Add tests for Record::IntegerData.
2007-05-14  Misha Koshelevmsi/tests: automation: Correct expected Record::StringD...
2007-05-14  Misha Koshelevmsi: automation: Implement Record::FieldCount.
2007-05-14  Misha Koshelevmsi: automation: Return DISP_E_MEMBERNOTFOUND if flags...
2007-05-14  Misha Koshelevmsi/tests: automation: Test invoking methods as propert...
2007-05-14  Misha Koshelevmsi: automation: Implement Installer::CreateRecord.
2007-05-14  Misha Koshelevmsi/tests: automation: Test for Installer::CreateRecord...
2007-05-14  Misha Koshelevmsi: automation: Implement Session::EvaluateCondition.
2007-05-14  Misha Koshelevmsi/tests: automation: Add tests for Session::EvaluateC...
2007-05-11  Misha Koshelevmsi: automation: Implement Installer::RegistryValue.
2007-05-11  Marcus Meissnermsi/tests: Increase buffer size a bit.
2007-05-11  Francois Gougetmsi/tests: Add missing '\n' to ok() calls.
2007-05-10  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-05-10  Misha Koshelevmsi/tests: automation: Add more tests for Installer...
2007-05-08  Misha Koshelevmsi/tests: automation: Simplify ok_exception.
2007-05-08  Misha Koshelevmsi/tests: automation: Add test for Installer::Registry...
2007-05-08  Misha Koshelevmsi: automation: Implement Installer::Products and...
2007-05-08  Misha Koshelevmsi/tests: automation: Add tests for Installer::Product...
2007-05-08  Misha Koshelevmsi: automation: Use proper parameter names.
2007-05-07  Misha Koshelevmsi: automation: Implement Session::Installer.
2007-05-07  Misha Koshelevmsi/tests: automation: Session::Installer conformance...
2007-05-04  Misha Koshelevmsi/tests: automation: Integrate test_createrecord_and_...
2007-05-04  Misha Koshelevmsi/tests: automation: Convert method names to Unicode...
2007-05-04  Misha Koshelevmsi/tests: automation: Free memory after string conversion.
next