How can I create a .msi file for a Java program ? (eclipse)

前端 未结 5 402
北恋
北恋 2021-01-12 01:27

I have a java project which I\'m hoping to package and sell. How can I create a .msi file which will install my program on other windows computers? If there are any tutoria

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-12 02:18

    Use NSIS: http://nsis.sourceforge.net/Main_Page . It creates executable file that will do the same thing, and it is free.

提交回复
热议问题