Re: [WiX-users] Running WiX tools from Cygwin, environment variables

2009-04-06 Thread Geoff Kennedy
anks again! -- Date: Sun, 05 Apr 2009 21:04:03 -0400 From: Bob Arnson Geoff Kennedy wrote: > > > > Try dropping the $(...) surroundings. wants the name of a variable, whereas $(...) says to expand that variable in-pla

Re: [WiX-users] Running WiX tools from Cygwin, environment variables

2009-04-04 Thread Geoff Kennedy
. Details about writing a .wixproj file (wraps all the candle, light, etc. commands into a build project) can be found in wix.chm. On Fri, Apr 3, 2009 at 6:59 PM, Geoff Kennedy wrote: > Hi, new to the group! > > My question is this: > > I have a Cygwin shell script which sets

[WiX-users] Running WiX tools from Cygwin, environment variables

2009-04-03 Thread Geoff Kennedy
Hi, new to the group! My question is this: I have a Cygwin shell script which sets an environment variable called "REVISION" (set to "anotherversion"). My .wxs has the following code in it: I know the variable exists, but Candle doesn't seem to pick it up. The idea is