http://bugs.winehq.org/show_bug.cgi?id=20651
--- Comment #21 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-10-08 06:39:50 CDT --- Created attachment 36772 --> http://bugs.winehq.org/attachment.cgi?id=36772 tests for wbemprox
i wrote some tests for this bug.
attached patch enumerates all the processes (and services) currently running.
to fix the bug in Impulse-installer and EnhanceMy7en, i think we could just get away by simple stubbed function(s), returning only one process (System Idle Process).
First problem is now how to make IWbemLocator_ConnectServer set up and return the IWbemServices object. Anyone have a hint how to do that (pointers welcome)?