Hacker News new | ask | show | jobs
by ptx 1253 days ago
What about MSI installers? Any tips?
2 comments

You can use Conveyor to generate MSIX packages from Linux or macOS if you want to ship Windows apps from a Linux machine. (https://hydraulic.software/)
The ones I know of are WiX[0] and NSIS[1].

0: https://wixtoolset.org/

1: https://nsis.sourceforge.io/Main_Page