Can I change my setup according to the configuration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm sure this must be really simple but I can't find it. I have a
setup/deployment project and I want to include a particular program (ie. a
primary output) in the debug configuration but not in the release
configuration. Can anyone tell me how to do it.
 
When you add the Primary Output on the File System View, it opens up a
dialog asking you to select the Project wich you want to include. In
that dialog there is a drop down box labelled "Configuration:".

This drop down box by default is (Active) which means whatever
configuration specified add this output. Change that to "Debug" and it
will include the project output only in the Debug configuration builds
of the setup project.

Hope this helps...
- Ritesh
 
Thanks Ritesh, but I'm afraid that doesn't work. All it appears to do is put
the debug version of the project into the release version of the
installation. I have set the configuration options so that no release version
of the project is built, but the program is still installed when I run the
installer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top