msi: Implement Installer::OpenDatabase.
[wine] / dlls / msi / automation.c
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.