http://bugs.winehq.org/show_bug.cgi?id=25755
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|unimplemented action |H&R block fails to install |MigrateFeatureStates |updates
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2011-01-12 11:25:09 CST --- I don't think the lacking MigrateFeatureStates implementation is likely to be the issue. More likely:
fixme:msi:MSI_OpenDatabaseW open failed r = 80030002 for L"C:\users\gregg\Temp\{DB4BE765-16E3-4E30-B847-CACF2660FF06}\H&R" err:msi:msi_apply_patch_package failed to open patch collection L"C:\users\gregg\Temp\{DB4BE765-16E3-4E30-B847-CACF2660FF06}\H&R"
The error message 0x80030002 is STG_E_FILENOTFOUND. Possibly the problem is that the & is unescaped in the path? That's just a guess, though.