Welcome to Atalasoft Community Sign in | Help

Browse by Tags

All Tags » WiX » C#   (RSS)

Extending WiX Preprocessing: Getting at the WiX source as a preprocessor (with Reflection)

In my last blog post , I showed how easy it is to extend WiX, and make a simple preprocessor extension.  It barely went beyond the existing WiX preprocessor example, but it get’s you off the ground.  This time, I’d like to look at an available
Posted by dterrell | 0 Comments
Filed under: , , ,

Extending WiX Preprocessing: A ‘How-To’ with Reflection

The authors of WiX have made it easy for you to do some of your own preprocessing on your WiX files before they get handed to the compiler (hence PRE of ‘preprocessing’).  Aside from the regular preprocessor functions you can use (variable replacement,
Posted by dterrell | 1 Comments
Filed under: , ,