Hi,
I'm trying to override the default arguments provided to LIGHT, by providing the <WixLightArgument> element in the BTDFPROJ file. And I'm wondering how I prevent the processor from expanding things like $(IntermediateOutputPath)\GenericBizTalkMSI.wixobj.
I've tried a CDATA section, I've escaped things like " with ", all without success.
When I don't override the light arguments, the above is expanded correct to include the full path to the wixobj file.
When I DO override the light arguments, the above is expanded incorrectly to only "\GenericBizTalkMSI.wixobj". So my guess is that the preprocessing is replacing the values.
I'm trying to override the default arguments provided to LIGHT, by providing the <WixLightArgument> element in the BTDFPROJ file. And I'm wondering how I prevent the processor from expanding things like $(IntermediateOutputPath)\GenericBizTalkMSI.wixobj.
I've tried a CDATA section, I've escaped things like " with ", all without success.
When I don't override the light arguments, the above is expanded correct to include the full path to the wixobj file.
When I DO override the light arguments, the above is expanded incorrectly to only "\GenericBizTalkMSI.wixobj". So my guess is that the preprocessing is replacing the values.