Hello,

I've got a solution with many projects and WIX setup project. I'm using WIX 3.5.

One project (that is referenced from WIX setup project) contains a
reference (an ordinary reference in VS) to:

C:\Program Files\WPF Toolkit\v3.5.50211.1\WPFToolkit.dll
(simply: setup project --- reference --> another project in solution
--- reference --> WPFToolkit.dll; note that the "references" are not
the same - the first one is some kind of WIX specific reference and
the other is ordinary reference in Visual Studio)

I thought that maybe the line (automatically generated) in setup project:

<ComponentGroupRef Id="Product.Generated" />
may solve it for me (i.e. includes also WPFToolkit.dll in installer)
but it doesn't.

Obviously, I can add the file manually in my wxs file but it will be
harder for maintenance.

Is there a better solution?
Thanks!

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to