msi: Rewrite the PublishFeatures test to only check the registry changes.
[wine] / dlls / msi / automation.c
2008-05-26  Dmitry Timoshkovmsi: Mark some data as constant.
2008-03-20  James Hawkinsmsi: Fix the registry root indices for Installer::Regis...
2008-03-01  James Hawkinsmsi: Make local functions static.
2008-03-01  James Hawkinsmsi: Implement the UILevel property of the Installer...
2007-12-03  James Hawkinsmsi: Implement the Version property of the Installer...
2007-11-20  Misha Koshelevmsi: automation: Fix ITypeInfo leak.
2007-11-20  Misha Koshelevmsi: automation: Fix automation object reference counts...
2007-07-30  Misha Koshelevmsi: Use SysAllocString/SysFreeString for BSTR members...
2007-06-05  Misha Koshelevmsi: automation: Implement SummaryInfo::PropertyCount.
2007-06-05  Misha Koshelevmsi: automation: Implement SummaryInfo::Property, put.
2007-06-05  Misha Koshelevmsi: automation: SummaryInfo::Property, remove all...
2007-06-04  Misha Koshelevmsi: automation: Fix SummaryInfo::Property get to confo...
2007-06-04  Misha Koshelevmsi: automation: Database::SummaryInformation is a...
2007-06-04  Misha Koshelevmsi: automation: Remove redundant VariantClear(pVarResult).
2007-06-04  Misha Koshelevmsi: automation: Add missing operand for evaluation.
2007-06-04  Misha Koshelevmsi: automation: Remove duplicate error messages on...
2007-06-01  James Hawkinsmsi: Implement SummaryInfo::Property get.
2007-06-01  James Hawkinsmsi: Implement Installer::OpenDatabase.
2007-05-18  Misha Koshelevmsi: automation: Implement StringList::_NewEnum.
2007-05-18  Misha Koshelevmsi: automation: Generalize list implementation.
2007-05-18  Misha Koshelevmsi: automation: Change all tabs to spaces to conform...
2007-05-17  Misha Koshelevmsi: automation: Implement Installer::ProductInfo.
2007-05-16  Misha Koshelevmsi: automation: Condense a few loops.
2007-05-15  Misha Koshelevmsi: automation: Simplify counting products/related...
2007-05-15  Misha Koshelevmsi: automation: Installer::Products, verify HeapAlloc...
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::RelatedProducts.
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::InstallProduct.
2007-05-15  Misha Koshelevmsi: automation: Implement Record::IntegerData.
2007-05-14  Misha Koshelevmsi: automation: Implement View::Modify.
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: automation: Implement Installer::CreateRecord.
2007-05-14  Misha Koshelevmsi: automation: Implement Session::EvaluateCondition.
2007-05-11  Misha Koshelevmsi: automation: Implement Installer::RegistryValue.
2007-05-08  Misha Koshelevmsi: automation: Display an error on create_session...
2007-05-08  Misha Koshelevmsi: automation: Move VariantClears out of specific...
2007-05-08  Misha Koshelevmsi: automation: Display errors on create_automation_ob...
2007-05-08  Misha Koshelevmsi: automation: Clear all VT_BSTR variants returned...
2007-05-08  Misha Koshelevmsi: automation: Output FIXMEs for unknown member names.
2007-05-08  Misha Koshelevmsi: automation: Implement Installer::Products and...
2007-05-08  Misha Koshelevmsi: automation: Generalize interface-specific data...
2007-05-07  Misha Koshelevmsi: automation: Implement Session::Installer.
2007-05-07  Misha Koshelevmsi: automation: Store parent Installer object in Session.
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.
2007-05-01  Misha Koshelevmsi: automation: Expose Installer object.
2007-05-01  Misha Koshelevmsi: automation: Implement Installer::OpenPackage.
2007-05-01  Misha Koshelevmsi: automation: Implement a few functions from the...
2007-05-01  Misha Koshelevmsi: automation: Implement Database::OpenView.
2007-05-01  Misha Koshelevmsi: automation: Implement View::Execute, Fetch, and...
2007-05-01  Misha Koshelevmsi: automation: Implement Record::StringData.
2007-05-01  Misha Koshelevmsi: Expand IDL file to contain some OLE automation...
2007-05-01  Misha Koshelevmsi: Add base class for OLE automation objects.