G
Guest
Hi guys!
I have written a .NET application that uses WMI to iterate through CD
drives, in order to detect whether a certain CD has been loaded into the CD
Drive.
When the application starts up, I run a basic WMI query to check whether WMI
is installed.
Clearly, there are some issues with older versions of Windows not having WMI
installed (particularly Windows 98). So, as expected, some Windows 98
machines fail the WMI test. This is not a problem, since we point them at the
location where they can download WMI for Windows 98, and they're happy!
I was lead to believe that Windows XP comes with WMI as standard. However, a
few Windows XP users fail this test, suggesting that either the WMI is broken
on their machine, or that it isn't there at all!
I can't seem to find a WMI install for Windows XP anywhere on the web. Does
such a thing exist? If not, how can I get WMI working on problematic Windows
XP machines?
Any help would be gratefully received!
Thanks in advance,
Steve.
I have written a .NET application that uses WMI to iterate through CD
drives, in order to detect whether a certain CD has been loaded into the CD
Drive.
When the application starts up, I run a basic WMI query to check whether WMI
is installed.
Clearly, there are some issues with older versions of Windows not having WMI
installed (particularly Windows 98). So, as expected, some Windows 98
machines fail the WMI test. This is not a problem, since we point them at the
location where they can download WMI for Windows 98, and they're happy!
I was lead to believe that Windows XP comes with WMI as standard. However, a
few Windows XP users fail this test, suggesting that either the WMI is broken
on their machine, or that it isn't there at all!
I can't seem to find a WMI install for Windows XP anywhere on the web. Does
such a thing exist? If not, how can I get WMI working on problematic Windows
XP machines?
Any help would be gratefully received!
Thanks in advance,
Steve.