atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / automation.c
2012-12-19  Hans Leidekkermsi: Fix a test failure on Windows 8 and conform to...
2012-11-14  Nikolay Sivovmsi: Store object function pointers with type id.
2012-11-14  Nikolay Sivovmsi: Cache ITypeInfo instances for automation objects...
2012-11-09  Hans Leidekkermsi: Fix use of uninitialized variables.
2012-07-27  Hans Leidekkermsi: Use inline wrappers for calling COM methods.
2012-05-01  Hans Leidekkermsi: Fix a couple of DispGetParam calls.
2012-04-20  Francois Gougetmsi: Make create_record() static.
2012-01-17  Nikolay Sivovmsi: Create the rest of objects with separate helpers.
2012-01-16  Nikolay Sivovmsi: Implement list on top of general object.
2012-01-16  Nikolay Sivovmsi: Add a helper to create database object.
2012-01-16  Nikolay Sivovmsi: Add null terminator to typelib name.
2012-01-16  Nikolay Sivovmsi: Create installer object initializing automation...
2012-01-16  Nikolay Sivovmsi: Implement session object directly on top of automa...
2012-01-16  Nikolay Sivovmsi: COM cleanup for automation object implementation.
2011-10-06  Andrew Talbotmsi: Mark fall-throughs in switch statements.
2011-09-02  Michael Stefaniucmsi: COM cleanup for the IEnumVARIANT iface.
2011-08-31  Jacek Cabanmsi: Ude default calling convention for internal functions.
2011-08-31  Jacek Cabanmsi: Use struct instead of interface in object declarat...
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
2010-02-04  AndrĂ© Hentschelmsi: Copy InstallerImpl_LastErrorRecord to use it for...
2009-12-14  James Hawkinsmsi: Don't free str until the last instance of its...
2009-12-11  James Hawkinsmsi: Refactor the Installer.RelatedProducts method...
2009-12-11  James Hawkinsmsi: Refactor the Installer.Products method into Instal...
2009-12-11  James Hawkinsmsi: Refactor the Installer.ProductInfo method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.ProductState method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.RegistryValue method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.Version method into Install...
2009-12-11  James Hawkinsmsi: Refactor the Installer.InstallProduct method into...
2009-12-11  James Hawkinsmsi: Refactor the remaining Installer object stub metho...
2009-12-11  James Hawkinsmsi: Refactor the Installer.UILevel method into Install...
2009-12-11  James Hawkinsmsi: Refactor the Installer.SummaryInformation method...
2009-12-11  James Hawkinsmsi: Refactor Installer.OpenProduct and Installer.OpenD...
2009-12-11  James Hawkinsmsi: Refactor the Installer.OpenPackage method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.CreateRecord method into...
2009-12-11  James Hawkinsmsi: Stub out a few more Installer object methods.
2009-12-07  James Hawkinsmsi: The second parameter to Installer.OpenPackage...
2009-12-07  James Hawkinsmsi: Verify that the first parameter to Installer.OpenP...
2009-12-07  James Hawkinsmsi: It's possible to send in more than two parameters...
2009-12-03  James Hawkinsmsi: ExpandEnvironmentStringsW returns the required...
2009-04-20  Michael Stefaniucmsi: Remove superfluous cast of a MSIHANDLE in a TRACE().
2009-01-08  Alexandre Julliardmsi: Fix pointer cast warnings on 64-bit.
2008-11-28  Francois Gougetmsi: Remove WINAPI on static functions where not needed.
2008-11-25  Michael Stefaniucmsi: Remove casts of void pointers.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-09-23  Detlef Riekenbergmsi: Remove redundant NULL check before SysFreeString.
2008-07-17  Jacek Cabanmsi: Added Session::Message implementation.
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.