.net - Setup project not installing referenced project content files -


I have dependency on Windows Service Project, A, Class Library Project, B. The XML file in Project B is set as content , if copy is new . In the bin \ debug folder of Project A, these content files have been successfully copied.

Edit (more failure):

primary output installs to install content Can not get the files

Editing (win):

I had all this wrong, I have the project A to the primary output and install it A custom job was added because the service exe is required to include the content files from Project B in the setup project ... not to "install" as a custom action.

I think so, yes. When I use the setup project, I have to explicitly reference the primary output of Project A and the content files, as well as the DLL files of all Project Bs.


Comments