http://bugs.winehq.org/show_bug.cgi?id=18718
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs
--- Comment #6 from Ken Sharp kennybobs@o2.co.uk 2013-07-18 09:49:55 CDT --- Still present in Wine 1.6-rc5.
Removing the custom action allows the install to continue where it fails in DeletePreviousServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA. For now I'll assume it fails for the same reason PrepareServiceGroupInstall.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA does.
Also: AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA
They all give similar output:
fixme:service:svcctl_CreateServiceW Don't know how to add a password fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 86400 msg (null) cmd (null) fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 0 msg L"" cmd L"" err:msi:ITERATE_Actions Execution halted, action L"AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
I'm guessing that's the problem: "Don't know how to add a password". http://source.winehq.org/source/programs/services/rpc.c#L498