msi: Reduce filename to the long name in ITERATE_RemoveFiles.
[wine] / dlls / msi / msi_main.c
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.