That isn't possible, you have to add each file you want from your
project. I would do this by setting Directory/@FileSource or
DirectoryRef/@FileSource to "var.ProjectName.TargetDir" then include
each file by just setting File/@Name.

Neil

-----Original Message-----
From: Marais van Zyl [mailto:li...@projexis.co.za] 
Sent: 28 January 2009 15:03
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Project references/Project output

Hi there,

Currently I have the following in my wxs file to include project 
references.:
<File Name="$(var.Framework.Common.TargetFileName)" 
Source="$(var.Framework.Common.TargetPath)" DiskId="1" />
The problem I am having is that it does not copy all the output from the

project (including all referenced dll's). I want to add a reference in
my 
wxs file that will get the output from all my project and not to
manually 
include the extra assemblies that is being referenced by the projects.

How would I go about doing this?

I am using the latest build...

Thanks,

MS
 
------------------------------------------------------------------------
------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to