https://bugs.winehq.org/show_bug.cgi?id=37624
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Adobe CS4 installer fails |Adobe CS4 installer fails |('INetFwOpenPort::Name' |in |property accessors are |'Adobe_FirewallAuthorize' |stubs) |custom action (multiple | |'INetFwOpenPort' property | |accessors are stubs)
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
it seems not:
--- snip --- ... 008b:trace:msi:HANDLE_CustomType1 Calling function L"Adobe_FirewallAuthorize" from L"C:\users\focht\Temp\msiea9b.tmp" ... 0079:trace:msi:ACTION_CallDllFunction calling L"Adobe_FirewallAuthorize" ... 0079:Call msi.MsiRecordSetStringW(00000003,00000000,13e92778 L"16:45:16:920 -(Adobe)- Adding entry: Adobe CSI CS4 for port: 5353 with protocol: 6 ") ret=13cd6321 ... 0079:trace:hnetcfg:hnetcfg_cf_CreateInstance (nil) {e0483ba0-47ff-4d9c-a6d6-7741d0b195f7} 0x90fe2fc 0079:trace:hnetcfg:NetFwOpenPort_create ((nil),0x90fe27c) ... 0079:trace:hnetcfg:NetFwOpenPort_create returning iface 0x56868a8 0079:trace:hnetcfg:fw_port_QueryInterface 0x56868a8 {e0483ba0-47ff-4d9c-a6d6-7741d0b195f7} 0x90fe2fc 0079:Ret ole32.CoCreateInstance() retval=00000000 ret=13d0cff2 0079:trace:hnetcfg:fw_port_put_Name 0x56868a8 L"Adobe CSI CS4" ... 0079:fixme:hnetcfg:fw_port_put_Protocol 0x56868a8 6 ... 0079:trace:hnetcfg:fw_port_Release destroying 0x56868a8 ... 0079:trace:hnetcfg:fw_ports_Release destroying 0x564c570 ... 0079:Call msi.MsiRecordSetStringW(00000003,00000000,13e90e98 L"16:45:16:921 -(Adobe)- Return code from operation: 1603 ") ret=13ca14b7 ... 0079:trace:hnetcfg:fw_profile_Release destroying 0x5616228 ... 0079:trace:hnetcfg:fw_manager_Release destroying 0x563e1e8 ... 0079:Call msi.MsiRecordSetStringW(00000003,00000000,13e92650 L"16:45:16:922 -(Adobe)- #_AdobeError_# 1603 ") ret=13ca14b7 ... 0079:Call msi.MsiRecordSetStringW(00000003,00000000,13e90a40 L"16:45:16:923 -(Adobe)- -*-*-*-*-*-*-*-*-*-*-*-*- END - Adobe_FirewallAuthorize -*-*-*-*-*-*-*-*-*-*-*-*- ") ret=13ca0ecc ... 0079:trace:msi:DllThread custom action (79) returned 1603 --- snip ---
More property/method implementations are needed:
* INetFwOpenPort::Protocol * INetFwOpenPort::Port * INetFwOpenPort::Enabled
* INetFwOpenPorts::Add
With those in place, the Adobe CS4 installer succeeds (full installation).
Refining summary to target the whole group.
Regards