Re: [WiX-users] Preprocessor Questions (Christopher Painter)

2009-06-06 Thread Bob Arnson
martin lavelle wrote: > I can't think why they would object to using Linker variables this way? > Who said we would? It's supported and useful, especially in localization. -- sig://boB http://joyofsetup.com/ -- Ope

Re: [WiX-users] Preprocessor Questions (Christopher Painter)

2009-06-05 Thread martin lavelle
Hi Chris, You could use Linker Variables in your source paths ( !(wix.Var) Variables ) I've used them this way in the past without problems. The linker still tells you if it can't find a file, etc. The Compiler (Candle.exe) won't allow linker variables everywhere, but they did/do work ok in S