简体   繁体   中英

VS2008 Setup Project

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?

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

  • 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM