Re: [WiX-users] Trying to build WiX in ANT

2007-06-19 Thread Stefan Bodewig
On Tue, 19 Jun 2007, Dale Quigg <[EMAIL PROTECTED]> wrote: > I'm new to Ant, so I didn't know that I needed to have my command > invocation like this; > > dir="${iis_install.dir}"> > > ... > > Instead of this, which does *NOT* work (one can no

Re: [WiX-users] Trying to build WiX in ANT

2007-06-19 Thread Mike Dimmick
] Trying to build WiX in ANT Hi, I'm trying to build my WiX project using Apache Ant. When I run my candle.exe and light.exe commands in a "plain" DOS command (no WiX directories in path) the build is successful. The commands I use are; C:\PathTo\candle.exe MyProjec

Re: [WiX-users] Trying to build WiX in ANT

2007-06-19 Thread Dale Quigg
Sorry to answer my own post. I'm new to Ant, so I didn't know that I needed to have my command invocation like this; Instead of this, which d

[WiX-users] Trying to build WiX in ANT

2007-06-19 Thread Dale Quigg
Hi, I'm trying to build my WiX project using Apache Ant. When I run my candle.exe and light.exe commands in a "plain" DOS command (no WiX directories in path) the build is successful. The commands I use are; C:\PathTo\candle.exe MyProject.wxs C:\PathTo\light.exe MyProject.wixobj