http://bugs.winehq.org/show_bug.cgi?id=8935
Summary: python 2.4.2 installer fails on custom actions Product: Wine Version: CVS Platform: PC URL: http://www.python.org/ftp/python/2.4.2/python-2.4.2.msi OS/Version: Linux Status: NEW Keywords: regression, download, Installer Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
The Python installer broke again in wine-git:
err:msi:custom_get_thread_return Invalid Return Code 1606 err:msi:ITERATE_Actions Execution halted, action L"UpdateEditIDLE" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
This is caused by:
commit 1647de570bedb0052359075367e49dbae5ecc7b6 Author: James Hawkins truiken@gmail.com Date: Thu Jul 5 17:56:22 2007 -0700
msi: Enable remote custom actions.