Is there a tool to generate WiX XML given a .reg file?
In 2.0, you were supposed to be able to run tallow to generate registry XML:
tallow -r my.reg
For what it’s worth, the version of tallow I have is producing empty XML.
In 3.0, tallow has been replaced with heat, but I can’t figure out how to get it to produce output from a .reg file.
Is there a way to do this in 3.0?
I couldn’t find a tool, so I made one.
The source code may not be elegant, but it seems to work: