http://bugs.winehq.org/show_bug.cgi?id=3460
------- Additional Comments From truiken@gmail.com 2006-22-06 16:53 ------- The install doesn't crash anymore, but we're hitting an unhandled case in ACTION_AppSearchReg:
fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 0 (key path L"SOFTWARE\Microsoft\Office\9.0\Access\InstallRoot", value L"Path") fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 0 (key path L"SOFTWARE\Microsoft\Office\10.0\Word\InstallRoot", value L"Path") fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 0 (key path L"SOFTWARE\Microsoft\Office\9.0\Word\InstallRoot", value L"Path") fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 0 (key path L"SOFTWARE\Microsoft\Office\11.0\Word\InstallRoot", value L"Path") err:msi:ITERATE_Actions Execution halted, action L"CheckFileAssociations" returned 1603
So it's looking to see if MS Office is installed so it can set up file associations. We need to implement this feature for the installer to proceed. This is not the same bug as 2547, which uses type 1.