http://bugs.winehq.org/show_bug.cgi?id=58710
Bug ID: 58710 Summary: wmic now also prints system properties since 3c8a072b52f2159e68bfd4e471faf284309201ed Product: Wine Version: 10.13 Hardware: x86-64 OS: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: ---
Do:
"WINEDEBUG=-all wine wmic bios get version"
Output:
__GENUS __CLASS __RELPATH __PROPERTY_COUNT__DERIVATION__SERVER __NAMESPACE __PATH Version 2 Win32_BIOS 1 {} WINE - 1
This confuses programs that use wmic's output (like Altium installer in win7 mode)
Expected output: Version WINE -1
http://bugs.winehq.org/show_bug.cgi?id=58710
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- Looks like we'll need to pass WBEM_FLAG_NONSYSTEM_ONLY to IWbemClassObject_BeginEnumeration() but that function doesn't support any flags currently.