I am planning to distribute an app with the windows media player control on it. The question I have is does the users comp need to have the player installed on it in order for it to work in my app?
If it does how do I detect if it's installed?
Printable View
I am planning to distribute an app with the windows media player control on it. The question I have is does the users comp need to have the player installed on it in order for it to work in my app?
If it does how do I detect if it's installed?
If I still remember correctly , then you need to use Launch Condition . Set the default path for that component and depending on the result it does the action (install or cancel) .