基于Windows Media Encoder的应用程序部署问题
如果我基于 Windows Media Encoder 9 Series SDK 开发应用程序,并且使用 C# + .Net 2.0 + VSTS 2008,如何将所有必需的依赖文件(来自 Windows Media Encoder 9 和 Windows Media Encoder 9 SDK 的文件)部署到目标计算机上未安装 Windows Media Encoder 9 的另一台计算机?
提前致谢, 乔治
If I develop my application based on Windows Media Encoder 9 Series SDK, and I am using C# + .Net 2.0 + VSTS 2008, how to deploy all necessary dependent files (the ones from Windows Media Encoder 9 and Windows Media Encoder 9 SDK) to another computer without installaing Windows Media Encoder 9 on the target computer?
thanks in advance,
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是安装项目,只需选择安装程序中包含的必要 DLL。
您是否使用 OneClick 部署? 如果是这样,您可以使用“先决条件”屏幕或仅选择要包含在“应用程序文件”屏幕中的必要文件(两者都在项目属性的“发布”选项卡中)。
If you are using a Setup project, just select the necessary DLLs to be included with your setup.
Are you using OneClick deployment? If so, you can use the Prerequisites screen or simply select the necessary files to include in the Application files screen (both in the Publish tab of your project properties).