http://bugs.winehq.org/show_bug.cgi?id=32109
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown
--- Comment #5 from Hans Leidekker hans@meelstraat.net 2012-10-31 03:36:01 CDT ---
trace:msi:MsiSetFeatureStateW L"PPHelpBR" 2 trace:msi:MSI_SetFeatureStateW L"PPHelpBR" 2 err:msi:SessionImpl_Invoke MsiSetFeatureState returned 1606 trace:msi:AutomationObject_Invoke Returning 0x80020009, not ok fixme:vbscript:exec_script Failed 80020009 in resume next mode
MsiSetFeatureState returns 1606 (ERROR_UNKNOWN_FEATURE) and this is correct, no feature by the name "PPHelpBR" exists in this installer. Given the fixme that follows I suspect that this is a vbscript bug.