Creating an installer for Java desktop application

后端 未结 6 550
栀梦
栀梦 2020-12-12 16:31

I know this question has been asked many a times and all the time there is an answer which says about using an executable jar or making an .exe using launch4j or similar app

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 17:32

    I have been using InnoSetup for a long time. It has always worked very well. It can do everything you need (unpack files, put shortcuts on desktop, start menu etc) and generates installers that we are used to.

提交回复
热议问题