VS2008安装项目

发布于 2024-09-08 19:39:30 字数 94 浏览 7 评论 0原文

我有一个 C# 项目,使用 VS2008 构建。它有许多第三方依赖项。但是,当我为其创建安装项目时,“检测到的依赖项”文件夹为空。我如何强制它检测这些依赖项,或手动添加它们?

I have a C# project, built using VS2008. It has a number of third party dependencies. However, when I create a set-up project for it, the “Detected Dependencies” folder is empty. How do I either force it to detect these dependencies, or manually add them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

静谧 2024-09-15 19:39:30

您必须添加另一个项目或其他程序集(可能是可执行文件)的输出,然后安装项目将自动检测依赖项并添加相应的程序集。

You have to add the output from another project, or some other assembly (could be an executable), and then the setup project will automatically detect the dependencies and will add the corresponding assemblies.

猥琐帝 2024-09-15 19:39:30
  • 在解决方案资源管理器中,右键单击安装项目并选择添加 - 项目输出
  • 现在选择解决方案中的其他项目。
  • 应填写检测到的依赖关系。
  • Within the Solution Explorer right click on the setup project and select Add - Project Output.
  • Now select your other project within the solution.
  • The Detected Dependencies should be filled up.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文