msi: Don't publish features to an invalid location.
[wine] / dlls / msi / tests / automation.c
2008-03-20  James Hawkinsmsi: Don't trace the tables names on import.
2008-03-20  James Hawkinsmsi: Fix the registry root indices for Installer::Regis...
2008-03-18  James Hawkinsmsi: Skip the Installer object tests on win9x.
2008-03-18  James Hawkinsmsi: Fix a few tests of display IDs that don't exist...
2008-03-01  James Hawkinsmsi: Implement the UILevel property of the Installer...
2008-02-29  Alexandre Julliardmsi/tests: Replace a printf() by a trace().
2008-02-25  James Hawkinsmsi: Add tests for MsiSourceListAddMediaDisk.
2008-02-19  James Hawkinsmsi: Add tests for MsiSourceListSetInfo.
2008-02-18  James Hawkinsmsi: Implement the MSIMODIFY_REFRESH command of MsiView...
2008-02-12  James Hawkinsmsi: Handle carriage returns in MsiDatabaseImport.
2008-02-12  James Hawkinsmsi: Reimplement MsiGetProductInfo.
2007-12-03  James Hawkinsmsi: Implement the Version property of the Installer...
2007-11-20  Misha Koshelevmsi/tests: automation: Add missing VariantClear.
2007-11-20  Misha Koshelevmsi/tests: Close opened service handles.
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-07-30  Misha Koshelevmsi: Use SysAllocString/SysFreeString for BSTR members...
2007-07-13  James Hawkinsmsi: Fix automation.c compile for MSVC.
2007-06-27  James Hawkinsmsi: Set the WindowsInstaller value of the UserData...
2007-06-27  James Hawkinsmsi: Use the correct registry key when detecting a...
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-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-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-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  Francois Gougetmsi/tests: Add missing '\n' to ok() calls.
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.
2007-05-01  Misha Koshelevmsi: automation: Expose Installer object.
2007-05-01  Misha Koshelevmsi: Merge OLE automation conformance tests.
2007-04-30  Misha Koshelevmsi: Add OLE automation conformance test.