I have a folder that includes two EXE files and a lot of other files. How do I turn that into an MSI installer or some kind of self extracting installer so that it installs Main.exe
to Programs in Windows. The second EXE file is because of communication between the two EXE files.
And I would prefer if it could include the "Shortcut to desktop" feature and doesn't require a license.
The EXE files aren't setup files already I think. They are Python scripts changed to EXE files.
This is the folder I want to turn into an MSI / Installer of some kind: