http://bugs.winehq.org/show_bug.cgi?id=25407
--- Comment #10 from boskar bozkar@gmail.com 2011-03-05 06:44:44 CST ---
Office setup http://lekarski.katowice.pl/wine/1.3.15/setup-1.3.15.log.gz SP1 setup http://lekarski.katowice.pl/wine/1.3.15/sp1-1.3.15.log.gz
Office + SP1 installed run: http://lekarski.katowice.pl/wine/1.3.15/run-1.3.15.log.gz
+msi,+msidb,+msxml - _big_ files
zcat xxxxx-1.3.15.log.gz | grep -v trace:msxml zcat xxxxx-1.3.15.log.gz | grep -v trace:msi zcat xxxxx-1.3.15.log.gz | grep -v trace:msidb
if You want to make it smaller ;)
Of course no improvements in installing the core of MS Office - mso.dll. resolve_folder renamed to resolve_targer_folder.
quick grep shows:
wajntester@pauper:~$ zcat setup-1.3.15.log.gz | grep cabinet_copy_file | grep MSO.DLL trace:msi:cabinet_copy_file extracting L"C:\Program Files\Microsoft Office\Office12\CDLMSO.DLL" trace:msi:cabinet_copy_file extracting L"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\MSO.DLL" wajntester@pauper:~$
wajntester@pauper:~$ zcat sp1-1.3.15.log.gz | grep cabinet_copy_file | grep MSO.DLL trace:msi:cabinet_copy_file extracting L"C:\Program Files\Microsoft Office\Office12\CDLMSO.DLL" wajntester@pauper:~$