http://bugs.winehq.org/show_bug.cgi?id=15533
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #19 from Hans Leidekker hans@meelstraat.net 2009-07-31 06:36:14 --- This patch set makes the WixSchedFirewallExceptionsUninstall custom action succeed: http://www.winehq.org/pipermail/wine-patches/2009-July/076494.html
--- Comment #20 from Hans Leidekker hans@meelstraat.net 2009-07-31 07:00:15 --- Created an attachment (id=22729) --> (http://bugs.winehq.org/attachment.cgi?id=22729) msi: Fix column width calculation.
A table from one of the subinstallers has a field specified as 'i1', which native seems to treat as 'i2', i.e two bytes at storage level.
--- Comment #21 from Hans Leidekker hans@meelstraat.net 2009-07-31 07:09:11 --- Created an attachment (id=22730) --> (http://bugs.winehq.org/attachment.cgi?id=22730) setupapi: Add stub implementations of CM_Get_Device_ID_ListW and CM_Enumerate_Classes
This patch prevents a crash and allows the iTunes installer to run to completion.