基于Windows Media Encoder的应用程序部署问题

发布于 2024-07-26 23:01:40 字数 227 浏览 3 评论 0原文

如果我基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雄赳赳气昂昂 2024-08-02 23:01:40

如果您使用的是安装项目,只需选择安装程序中包含的必要 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文