WiX undefined preprocessor variable
As you already remarked, your nant build script is not using the wixproj file at all. You are mixing two different ways to build a wix setup here: You can use the candle.exe and light.exe command line tools directly. This ignores the .wixproj file. This is what you are doing in your nant build script. … Read more