Hi,
I am working in VS2005.
I have a solution with four projects. One is a setup and deployment project
the other three contain various Serviced Components. Let's call the Serviced
Component assemblies A, B & C.
C is dependent on both A & B. A and B are independent of B & C and A & C
respectively. When I add either the primary output of C, or C's .dll to the
Application Folder in the File System Editor, all three assemblies are added.
Fine by me.
Now I open the Custom Action editor. I have written a custom installer for
each of the three assemblies. When I attempt to add a custom action, I browse
to the Application Folder and am only given the option of adding C. A & B
are not visible.
Why is this the case?
If I add A or B (primary output or assembly), then I wind up with a
duplicate of that assembly in the Application Folder in the File System
Editor. How can I add A & B custom actions without producing duplicates?
Thanks in advance,
Pete