http://bugs.winehq.org/show_bug.cgi?id=27325
--- Comment #2 from gymka@mail.ru 2011-06-02 03:39:33 CDT --- (In reply to comment #1)
not critical: http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Please do a regression test: http://wiki.winehq.org/RegressionTesting
problem is "rollback" in older versions such function not worked, so then setup ended with errors files was not deleted and i could do that part of setup which wine couldn't handle. in 1.3.21 then setup tries install application it gets error and deletes files(executes "msi rollback action"). of course there is a workaround "wine msiexec /i application.msi DISABLEROLLBACK=1" but it's not a solution.
wine msiexec /i 'ABBYY FineReader 10 Professional Edition.msi' gives: err:msi:HANDLE_CustomType18 Unable to execute command L"C:\Program\0173 failai\ABBYY FineReader 10\Registrator.exe -deinstall -NoFineReader -NoSti -NoHotFolder -ExplorerExtension -MSWordAddin -MSExcelAddin -MSOutlookAddin" err:msi:HANDLE_CustomType50 Unable to execute command L"C:\Program\0173 failai\ABBYY FineReader 10\TrigrammsInstaller.exe"
rollback is caused by these errors... after setup i can simply launch TrigrammsInstaller.exe and application finishes setup and works without errors(well only with few minor errors).