aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Installer screen Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Installer screen" Watch "Installer screen" New topic
Author

Installer screen

nimish kumar
Ranch Hand

Joined: Dec 04, 2009
Posts: 54
Hi All,

I am curious to know, in which language/technology are java installer UI screens created. Is it in java swings or some other language. We are working on installer and want to create those flaunting UIs. Kindly help.

Regards,
Nimish
nimish kumar
Ranch Hand

Joined: Dec 04, 2009
Posts: 54
More examples which I can think of -
Windows Installer UIs.
MS office Installer UIs
Martin Vajsar
Bartender

Joined: Aug 22, 2010
Posts: 2335
    
    2

If you're interested just in Windows systems, have a look at MakeMSI. I've used it for my Visual Basic projects. It produces .msi (Windows Installer) files. Though there is quite a lot to learn, if you start with the sample projects, you'll be probably able to create your first installer in a few hours. The creator has command-line interface, which means it can be part of an automated build process.

Although Java app setups can doubtless be created with MakeMSI, it does not have specific support for Java, as far as I know. Maybe there are better alternatives for Java around.
nimish kumar
Ranch Hand

Joined: Dec 04, 2009
Posts: 54
Also, our installer is a cross platform installer. Installer for windows as well as unix, developed in java.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Installer screen
 
Similar Threads
Installing Java desktop application
re-installing Java on Windows
Advanced Installer For Java 1.7 Released
Problem when start installing oracle8
developing java software