msi [3/13]: Factor out media handling and use the new interface to efficiently extract assemblies

James Hawkins jhawkins at codeweavers.com
Mon Aug 18 22:59:44 CDT 2008


Hi,

Brings the install time of Office 2007 down from 30 minutes minimum to
3 minutes.

Changelog:
* Factor out media handling and use the new interface to efficiently
extract assemblies.

 dlls/msi/Makefile.in |    1 +
 dlls/msi/action.c    |  267 ++++++++++++++++------
 dlls/msi/files.c     |  629 +++----------------------------------------------
 dlls/msi/helpers.c   |  133 -----------
 dlls/msi/media.c     |  632 ++++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/msi/msipriv.h   |   21 ++-
 6 files changed, 891 insertions(+), 792 deletions(-)
 create mode 100644 dlls/msi/media.c

-- 
James Hawkins
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0008-Factor-out-media-handling-and-use-the-new-interface.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080818/03eeaabf/attachment-0001.txt 


More information about the wine-patches mailing list