http://bugs.winehq.org/show_bug.cgi?id=25465
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|SolarWinds Engineers |SolarWinds Engineers |Toolkit (SWET) v10. fails |Toolkit (SWET) v10 |to install |installer fails to register | |SNMPv50.ocx (needs | |Microsoft SNMP management | |API library "mgmtapi.dll") Ever Confirmed|0 |1
--- Comment #6 from Anastasius Focht focht@gmx.net 2012-01-30 15:03:11 CST --- Hello,
install the required prerequisites using winetricks:
winetricks -q dotnet20 mfc42 mdac27
(into clean WINEPREFIX).
There is an OCX registration error for "SNMPv50.ocx". That module binds to "mgmtapi.dll" which seems to be "Microsoft SNMP management API library."
MSDN: http://msdn.microsoft.com/en-us/library/ms894609.aspx
I dumped the imports descriptor:
--- snip --- 2. ImageImportDescriptor: OriginalFirstThunk: 0x000069FC TimeDateStamp: 0x00000000 (GMT: Thu Jan 1 00:00:00 1970) ForwarderChain: 0x00000000 Name: 0x00006A68 ("mgmtapi.dll") FirstThunk: 0x0000546C
Ordinal/Hint API name ------------ --------------------------------------- 0x0000 "SnmpMgrClose" 0x0005 "SnmpMgrOpen" 0x0006 "SnmpMgrRequest" --- snip ---
Besides that error (which can be dismissed) the installation proceeds well.
Regards