I'm trying to figure out what would be the easiest way to create an Installer using Wix Toolset.
I'm building my app in Python and then creating an installer using PyInstaller as a One Folder (not one file) and then want to package it into .msi file. I saw elsewhere that I have to use heat.exe to create a list of all the files, but when I did that I got like 15,000 lines xml file that lists every single file. Not sure if that's the optimal solution or then could be some other way of properly packaging it.