Hello, I am using Visual Studio 2008 and having problem in Setup Project, I have added two primary outputs, my main project and output of Custom Action project, when I build the setup project, building fails, something is there which gets failed when it is packaging my projects into .dll and .exe files. Are warnings the cause of this? or whats the problem behind?
Thank You.
|
| Author: Farrukh Ahmed 30 Jul 2008 | Member Level: Bronze | Rating: Points: 6 |
Actually there are four sub projects which are used in my one main project whose exe file would be created. When I make a setup project I add the primary output of my main project which which is added as a exe file and the .dll files of other projects are added as they are refrenced in the main project. One project is of Custom Action. Overall the count becomes 7 which includes my main project and other four sub ones, one for custom action and finally the setup project. Problem occurs when I build the setup project. It compiles and builds msi file and starts packaging projects, then build gets failed saying "Build: 6 succeeded and 1 failed". There is no error anywhere just bit of warnings, what's the cause for this thing?
|