tsmbios icon indicating copy to clipboard operation
tsmbios copied to clipboard

Feature request: determine OS

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

In issue #1 user expressed his concern about this already and I have to agree 
with him/her.
It would be very suggested to implement a fallback scenario.
For example - order could be provider when creating TSMBios class:
WMI first, but if error occured then fallback to WINAPI.
or
WINAPI first, but if GetSystemFirmwareTable function was not found then 
fallback to WMI.

When using WMI an error can occur if application is running on limited account 
(guest for example) - access denied.

Compiler directives could be used to force only WMI or WINAPI with no fallback 
scenario.

Original issue reported on code.google.com by [email protected] on 11 Apr 2014 at 10:24

GoogleCodeExporter avatar Mar 14 '15 15:03 GoogleCodeExporter

Original comment by [email protected] on 11 Apr 2014 at 2:15

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

GoogleCodeExporter avatar Mar 14 '15 15:03 GoogleCodeExporter