http://bugs.winehq.org/show_bug.cgi?id=25465 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)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(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.