views:

21

answers:

1

I am developing a WPF based application using .NET 3.5 SP1, which required windows media player 11 to be installed on end user machine. For pain free installation I want that the setup should handle everything. Is there any redistributable package of WMP 11 is available?

In other words, What is the best option to solve this problem?

A: 

Just get the suitable version(s) of the setup from here (remember to account for 32 bit vs 64 bit and for various languages). Then follow the instructions on this page for installing it silently.

You'd have to make sure that the license allows you to do this though according to your circumstances.

ho1