Paul, before I can
accept this into the WiX toolset, you'll need to sign an assignment agreement.
Contact wixadmin at microsoft.com to get a copy of the agreement.
From: wix-devs-admin@xxxxxxxxxxxxxxxxxxxxx
[mailto:wix-devs-admin@xxxxxxxxxxxxxxxxxxxxx] On
Behalf Of Paul Welter
Sent: Thursday, February 09, 2006
10:48 AM
To: wix-devs
Subject: [WiX-devs] Patch to
support relative paths in Tallow
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