http://bugs.winehq.org/show_bug.cgi?id=35253
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi
--- Comment #1 from Vincent Povirk madewokherd@gmail.com --- CAValidateSetupType is a custom action which doesn't seem to do much except read msi properties:
0027:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 10 L"1: CAValidateSetupType 2: Successfully retrieved '_IsMaintenance' with a value of 'Install' 3: 0 " 0027:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 10 L"1: CAValidateSetupType 2: Successfully retrieved 'SETUPTYPE' with a value of 'Shared' 3: 0 " 0027:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 10 L"1: CAValidateSetupType 2: Successfully retrieved 'ALLUSERS' with a value of '' 3: 0 " 0027:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 10 L"1: CAValidateSetupType 2: Successfully retrieved 'IsAdminPackage' with a value of '' 3: 0 "
Maybe it doesn't like one of those empty values?