Reputation: 2301
I've written a program in Java (executable JAR) and need to create an installer for it. The installer needs to have the following qualities:
Note (#3): Many of the external dependencies need to be placed in the same directory as the executable jar for the program to work correctly.
And it would be nice if it was easy to configure. It doesn't have to be free, if it costs a few bucks and is very simple, please include it.
Thanks.
EDIT: Please no "that's stupid, redesign" comments/answers. I didn't choose to make the program with external dependencies, it was specified by my employer for certain reasons. I make it their way or they find someone else who will.
Upvotes: 2
Views: 441