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
You need to pass the extensions on the candle command line if you intend to use extended schemas. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dale Quigg Sent: 19 June 2007 21:11 To: wix-users@lists.sourceforge.net Subject: [WiX-users]

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