Replies: 1 comment
-
You're not referencing Or read the WiX v4 tutorial by FireGiant. It'll teach you the basics you are lacking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using WiX toolset v4 and using HarvestDirectory. It is generating the temp file with the appropriate list of files, but they are not being included in the msi and I receive an error message of "WIX1076: ICE71: The Media table has no entries". I thought I had the component groups and directories set, but I'm unable to see what I am missing or did incorrectly.
In the wixproj file I have:
In my Product.wxs file I have:
I've been following along with the "Harvesting the hard way with Heat in WiX v4" video, but I'm not seeing what I am missing.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions