Hi, I have a WiX setup package (3.5) configured in Visual Studio 2010, and I have added all of the solutions projects as references to the setup project, and set the 'Harvest' property to True, so that these assemblies are included in the output .msi file. This works fine. I now want to add any third party assemblies (.dlls) which are not part of the solution, but are referenced by the solution's projects.
I was hoping I could add these as references to the setup project, but this doesn't seem to work. I could add them all as File elements in the Product.wxs file, but is there a nicer way to do this? Thanks ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

