Replies: 2 comments 1 reply
-
With certain exceptions, I'm generally not a fan of dynamically authoring an installer project this way. There are just too many things that can go wrong. I suggest looking at my OSS tool IsWiX with tutorials here at https://www.github.com/iswix-llc/iswix-tutorials. I promise that you'll find this a lot easier then trying to ask an AI how to develop WiX. Hit me up if you'd like a demo or have any questions after. |
Beta Was this translation helpful? Give feedback.
-
Hey @drops93, In Wix v4 heat is a Nuget package, so you must download and reference it in Wixproj. Let me share with you an example of how I use HeatWave:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to configure my .wixproj file so that it will automatically go through my project files and create a component group which I can then import into my Package.wxs.
Is this not compatible, or what is wrong with my configuration?
I also tried to follow all the debugging suggestions that ChatGPT offers me, but there is no successful building...
My .wixproj files looks like this:
And the Package.wxs looks like that:
The folder configuration looks like that:
Beta Was this translation helpful? Give feedback.
All reactions