I've created a patch to add
support for relative paths in Tallow. The patch adds a command line
switch -rs that makes source files relative to the working
directory. So
if you want the src files to be relative to a build folder, you run tallow in
the setup folder with a path to the build
folder.
Example:
D:\Project\Setup>Tallow.exe -d
"D:\Project\Build" -rs -nologo >
BuildFragment.wxs
Output:
<File Id="file1" Name="Readme.txt
" src="" />
I've created a feature request for this patch. You can download the patch from the feature request.
http://sourceforge.net/tracker/index.php?func=detail&aid=1428486&group_id=105970&atid=642717
thanks
Paul
