http://bugs.winehq.org/show_bug.cgi?id=15533
EA Durbin ead1234@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ead1234@hotmail.com
--- Comment #6 from EA Durbin ead1234@hotmail.com 2008-10-23 12:19:29 --- The first error is in read_table_from_storage row_size resolves to 19 and rawsize resolves to 20, perhaps one of these numbers gets the wrong count? Commenting out goto err allows installation to pass this error.
warn:msidb:read_table_from_storage Table size is invalid 20/19 warn:msidb:TABLE_CreateView table not found
if( rawsize % row_size ) { WARN("Table size is invalid %d/%d\n", rawsize, row_size ); goto err; }
err: msi_free( rawdata ); return ERROR_FUNCTION_FAILED;
after bypassing this error it fails in ITERATE_StartService on starting the Bonjour service