Is there any way to reference a component defined in another project using
Votive and Visual Studio 2008?
[votive project 1]
- wix_fragment.wxs
- <Component Id="fragment1"
Guid="00000000-0000-0000-0000-000000000000" DiskId="1">
<File ID='file1' Source="..\resources\file1.txt" />
</Component>
[votive project 2]
- wix_product.wxs
...
<Feature Id="productFeatures" Title="My Product" >
<ComponentRef Id="fragment1" />
</Feature>
Does that make sense?
I would use 'include', but then the Source attribute on the fragment would
be wrong. I can't use absolute references since this is all getting put
into svn.
Any recommendations?
Stryder
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users