atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / msi_main.c
2012-11-14  Nikolay Sivovmsi: Cache ITypeInfo instances for automation objects...
2012-06-11  Hans Leidekkermsi: Add support for 64-bit registry components.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-01  Hans Leidekkermsi: Get rid of the remaining tabs.
2011-05-03  Francois Gougetmsi: get_msi_typelib() is not used anymore so remove it.
2010-12-17  Alexandre Julliardmsi: Convert the dll registration to the IRegistrar...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of an vtbl pointer in IClassF...
2010-10-26  Hans Leidekkermsi: Open the log file once per package.
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2008-05-14  James Hawkinsmsi: Create the MSI hidden window on demand.
2007-11-06  Alexandre JulliardMake some variables static.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemoteCustomAction interface.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemotePackage interface.
2007-05-01  Misha Koshelevmsi: automation: Expose Installer object.
2007-02-08  Mike McCormackmsi: Register the typelib.
2007-01-26  Mike McCormackmsi: Fix a typo.
2007-01-25  Mike McCormackmsi: Implement IDispatch->CreateInstance() for the...
2007-01-25  Mike McCormackmsi: Implement IClassFactory->QueryInterface() for...
2006-08-29  Mike McCormackmsi: Free the handle table on PROCESS_DETACH.
2006-07-28  Stefan Leichtermsi: Native DllGetVersion does not fail if the supplied...
2006-07-24  Mike McCormackmsi: Move COM server implementation to a separate file.