been looking around and I cannot seem to find a solution.
PROBLEM: I have a .reg file and I need to add it to the registry during my install. I am using WIX 3.5. I c
You can try to use heat.exe and harvest the .reg file into the WiX fragment. It might look like this:
heat.exe
.reg
heat.exe reg myregistry.reg -out registry.wxs
Experiment with other options of heat.exe to get the output you need.