Is it possible to use heatwave with extensions built off the develop branch? #7621
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Workaround: Is there a better way of doing this? |
Beta Was this translation helpful? Give feedback.
-
What happens if you try using WixToolset.Sdk v5? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick reply @barnson I'm not 100% sure what you mean. Do you mean the command line ? The command line works, ie shows the help. I haven't tried building my project via the command line, if that's what you're asking How do I use WixToolset.Sdk v5 in VS 2022 ? |
Beta Was this translation helpful? Give feedback.
-
On a side note, the However, I'm not able to build the
|
Beta Was this translation helpful? Give feedback.
-
I mostly build from the command line but you can specify a version in the |
Beta Was this translation helpful? Give feedback.
Loading the dev build of the WiX SDK within the WiX environment introduces its own unique challenges. We've not prioritized supporting that scenario in HeatWave.
Therefore, if you
Rebuild
you are deleting the .wixlib that won't get built, and that causes the rest to fail. So, try usingBuild
instead if you want to use VS.We haven't done a lot of individual .wixext development so the process (from WiX v4) is more optimized for changes across all .wixexts.