How can I know if the Microsoft Media Player 10 has been installed in user's PC? thanks!
How can I know if the Microsoft Media Player 10 has been installed in user's PC? thanks!
How can I know if the Microsoft Media Player 10 has been installed in user's PC? thanks!
Under Software -> Microsoft -> Media Player, make sure the 10.0 node is in there.
I am not too sure about other ways. :)
You can check in the Registry programmatically using Microsoft.Win32 namespace.
The entry will be in the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Software\Microsoft\WindowsMedia\Setup\BlockingRefCounts\App\WindowsMediaPlayer
Regards,
Vikram
Are you using the Media Player ActiveX control? If you are then you can probably see if there is anything in the Object Model.
Regards,
Vikram
Which correct?