Adding a .reg file to registry WIX

后端 未结 1 1028
南方客
南方客 2020-12-19 07:09

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

相关标签:
1条回答
  • 2020-12-19 07:31

    You can try to use heat.exe and harvest the .reg file into the WiX fragment. It might look like this:

    heat.exe reg myregistry.reg -out registry.wxs
    

    Experiment with other options of heat.exe to get the output you need.

    0 讨论(0)
提交回复
热议问题