How to Include Setup Project Source Code in Install

  • Thread starter Thread starter Scott Kaszyk
  • Start date Start date
S

Scott Kaszyk

I have created a setup project and was able to include the exe as well
as the source code in the install. However, I have been unable to
include the setup project source. Therefore, when I access the
solution after the install, I get an error message stating the setup
project is missing. In the 'Add Project Output Group' dialogue, all my
projects are listed EXCEPT the setup project.

Any ideas?

Scott
 
Scott, the project output of a setup project only includes the built msi,
other scenarios are rather rare. If you need to include the files from the
setup project you can just add the actual files manually.
 
Back
Top