|
|
Welcome to the Java Forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
- have access to post topics
- communicate privately with other members (PM)
- not see advertisements between posts
- have the possibility to earn one of our surprises if you are an active member
- access many other special features that will be introduced later.
Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact us.
|
|

11-16-2007, 11:44 AM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
|
What tool to create Install / Setup packages
Although I have seen that it is possible to get a java app to work by simply copying the whole dist app dir to the destination machine which I like very much (oh the good old times are back), I do know from many people and customers that they like to have a setup program that creates start menu links (under Windows or either on Linux), Desktop links basically - or in some cases to create some default data folder (and set some permissions).
What tools are you using to achieve this? Searching the internet I found a lot of possible solutions. Actually looking on all of them and testing seems a big work so recommendations are greatly appreciated. That would narrow the list of tools to test.
__________________
Greetings, Martin Wildam.
|
|

11-16-2007, 12:02 PM
|
 |
Moderator
|
|
Join Date: May 2007
Posts: 1,272
|
|
IzPack is the free one (It misses lots of features of paid ones) and install4j is a paid one.. If you have money to spend, i think any of the large, paid ones will work.
|
|

11-16-2007, 12:16 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
|
I currently do definitely prefer a free solution especially because of my current phase in Java development (beginner). If it turns out that java development gets a main business for me then I would be more willing to spend money. From my past experience I do not want to invest too early in something that later on stop to concentrate on.
So I will have a look at the lzPack first.
__________________
Greetings, Martin Wildam.
|
|

11-16-2007, 12:19 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
|
It seems that I need to combine that with Launch4J or JSmooth. Which should I prefer?
__________________
Greetings, Martin Wildam.
|
|

11-16-2007, 12:26 PM
|
 |
Moderator
|
|
Join Date: May 2007
Posts: 1,272
|
|
It seems that I need to combine that with Launch4J or JSmooth. Which should I prefer?
I dont know, i did not try them. You can try demo versions of them to evaluate them.
|
|

11-16-2007, 12:32 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
|
How do you create a Installer for Windows?
__________________
Greetings, Martin Wildam.
|
|

11-16-2007, 12:56 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
|
I tried the IzPack - the install process looked fine. Unfortunately I can't get it to run after installation. Or isn't there any user interface to build the setups?
__________________
Greetings, Martin Wildam.
|
|

11-16-2007, 01:07 PM
|
 |
Moderator
|
|
Join Date: May 2007
Posts: 1,272
|
|
|
It has been long time since i created an installer with izpack (at least 5 years). It did not have any GUI to create installer at that time . It is a small personal project. That is why i recommended a commercial one. They are much more advanced.
|
|

11-16-2007, 01:14 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
But the price is enormous - for me one big advantage of the java development is that the IDE is free - and then for the setup builder such a price.
I am playing with the idea to write a setup builder on my own. Unfortunately I do not know how to create menu links under Linux, BSD or MAC. - Copying the files and create menu links seems to be the most important - the rest (e.g. default configuration creation and so on) I can do within my application as soon as I see that there is so far no configuration available.
__________________
Greetings, Martin Wildam.
|
|

11-16-2007, 02:53 PM
|
 |
Moderator
|
|
Join Date: May 2007
Posts: 1,272
|
|
|
Java has so obvious needs (install builder, better applets, better ways to integrate with the host system...) for a long time. But unfortunately Sun can not solve all problems or can not detect the things with higher priority with much success.
|
|

11-21-2007, 10:02 AM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
I am so stupid - how can I search for an install builder that runs also under Linux.  - An installer is only needed for Windows. For Linux I think people want rpm/deb packages, isn't it?
But actually how it works under MAC I do not have an idea.
And I also do not know how to build packages for RedHat/Fedora and Debian based distributions.
__________________
Greetings, Martin Wildam.
|
|

11-21-2007, 10:05 AM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
I think for building Windows Installers the NSIS or Inno Setup can be a good choice - what do you think?
__________________
Greetings, Martin Wildam.
|
|

11-21-2007, 10:25 AM
|
 |
Moderator
|
|
Join Date: May 2007
Posts: 1,272
|
|
For Linux I think people want rpm/deb packages, isn't it?
Yes you are right. That is another way to handle the problem. Building system specific installers for free.
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|