Re: [WiX-users] Referencing variables inside wxl files

2009-06-11 Thread Jacques Eloff
Thanks Rob I'll give that a try Jacques On Thu, Jun 11, 2009 at 7:21 PM, Rob Mensching wrote: > Bind variables *might* work because they might be processed after the > .wxl files. Preprocessor variables definitely won't because they are run > before the Compiler which doesn't even reference th

Re: [WiX-users] Referencing variables inside wxl files

2009-06-11 Thread Rob Mensching
Bind variables *might* work because they might be processed after the .wxl files. Preprocessor variables definitely won't because they are run before the Compiler which doesn't even reference the .wxl files. Jacques Eloff wrote: > Hi > > Is it possible to refer to variables inside your .wxl file

[WiX-users] Referencing variables inside wxl files

2009-06-11 Thread Jacques Eloff
Hi Is it possible to refer to variables inside your .wxl file? I have a situation where a value is defined inside an environment variable that is used throughout various parts of a project (msbuild, custom cmd scripts and WiX). This value is passed to candle using the -d commandline switch, so it