使用基于 .net 的应用程序分发 Windows Media Player 11
我正在使用 .NET 3.5 SP1 开发基于 WPF 的应用程序,这需要在最终用户计算机上安装 Windows Media Player 11。为了实现无痛安装,我希望安装程序能够处理所有事情。是否有可用的 WMP 11 可再发行包?
换句话说,解决这个问题的最佳选择是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需从此处获取合适的安装版本(请记住考虑 32 位与 64 位以及各种语言)。然后按照此页面上的说明进行操作静默安装它。
您必须确保许可证允许您根据您的情况执行此操作。
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.