Re: [WiX-users] Heat generated fragment and source file location

2011-03-02 Thread Nathan Stohlmann
You don't tell the fragment, you tell Light using the "-b" command-line argument. If you have multiple folders you can specify multiple -b arguments to include all of the folders you need. So if you are running light from same directory as your heat source, you would add "-b ..\_Release\Applicatio

Re: [WiX-users] Heat generated fragment and source file location

2011-03-02 Thread Matthew Slane
I figured it out, heat.exe -var env.appdir and candle.exe -dappdir=..\_Release\Application candle are what I needed, unless there's a better way? -Original Message- From: Matthew Slane [mailto:matthew.sl...@thetrainline.com] Sent: 02 March 2011 10:13 To: wix-users@lists.sourceforge.net Su

Re: [WiX-users] Heat generated fragment and source file location

2011-03-02 Thread David Watson
Use the heat option -var to point your file@source to a preprocessor variable that you can then set in your wixproj or candle command line. E.g. heat.exe dir ..\_Release\Application -srd -sfrag -gg -dr AppFolder -template:fragment -cg Application -sreg -pog:Binaries -pog:Symbols -pog:Satellites