Y
Hacker News
new
|
ask
|
show
|
jobs
by
ptx
1253 days ago
What about MSI installers? Any tips?
2 comments
mike_hearn
1253 days ago
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/
)
link
actionfromafar
1253 days ago
The ones I know of are WiX[0] and NSIS[1].
0:
https://wixtoolset.org/
1:
https://nsis.sourceforge.io/Main_Page
link