http://bugs.winehq.org/show_bug.cgi?id=32109
--- Comment #10 from Gerold Jens Wucherpfennig gjwucherpfennig@gmx.net 2012-11-10 10:13:28 CST --- $ grep -i "^err:msi" full.log ... err:msi:ACTION_InstallFiles compressed file wasn't installed (L"C:\Program Files\Corel\Corel Graphics 12\Languages\DE\Programs\CdrFntIntl.dll") ... $
That error was caused by cabinet.dll / msi.dll Please do a:
$ grep -i CdrFntIntl full.log
that reveals that instead of extracting the german(DE) version, the dutch(NL) version is tried to be extracted... that causes the error!
... trace:msi:calculate_install_state file L"CDRFNTINTL.dll" is not scheduled for install trace:msi:calculate_install_state file L"CDRFNTINTL.dll1" is not scheduled for install trace:msi:calculate_install_state file L"CDRFNTINTL.dll2" is missing trace:msi:calculate_install_state file L"CDRFNTINTL.dll3" is not scheduled for install trace:msi:calculate_install_state file L"CDRFNTINTL.dll4" is not scheduled for install trace:msi:calculate_install_state file L"CdrFntIntl.dll" is missing trace:msi:calculate_install_state file L"CDRFNTINTL.dll5" is not scheduled for install trace:msi:cabinet_copy_file extracting L"CDRFNTINTL.dll2" -> L"C:\Program Files\Corel\Corel Graphics 12\Languages\NL\Programs\CDRFNTINTL.dll" trace:cabinet:FDICopy Extracting file "CDRFNTINTL.dll2" as requested by callee. trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"PROGRAMSCDRFNTINTL.dll" trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"PROGRAMS11CDRFNTINTL.dll" trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"PROGRAMS5CDRFNTINTL.dll" trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"PROGRAMS14CDRFNTINTL.dll" trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"PROGRAMS13CDRFNTINTL.dll" trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"PROGRAMS15CdrFntIntl.dll" err:msi:ACTION_InstallFiles compressed file wasn't installed (L"C:\Program Files\Corel\Corel Graphics 12\Languages\DE\Programs\CdrFntIntl.dll") trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"CDRFNTINTL.dll" ...