Creating a Java Product InstallationCopy link to this sectionLink to this section copied!

ImportantThe following article uses options that are available starting with the Professional edition and project type.

This tutorial will present in detail how to achieve this goal. In order to replicate it on your own machine, you need to have a Sun JDK installed (the latest version is recommended).

1. Create projectCopy link to this sectionLink to this section copied!

First you must download and unzip the Java Product Example. It contains all the files necessary to finish this tutorial, including a sample Advanced Installer project.

Let's say that we want to create a Windows Installer package for the included Java Product example. Start Advanced Installer and choose “Intaller Project” > “Professional” as the project type.

Start Page

Save A good idea is to save and name the project at this point. Use the “Save” menu item under the “File” menu or the Ctrl+S keyboard shortcut and let's name it JavaProductExample.aip.

2. Enter Product DetailsCopy link to this sectionLink to this section copied!

Product Details

Note that these details are completely fictive.

3. Add Installation FilesCopy link to this sectionLink to this section copied!

Files and Folders Go to the Files and Folders page by clicking on “Files and Folders” on the left side page menu.

Add File Click on the [ Add File ] toolbar button. Browse to where your downloaded the example folder, then select DemoJar.jar file and click [ OK ].

Files and Folders

4. Define Java ProductsCopy link to this sectionLink to this section copied!

Java ProductsGo to the Java Products page by clicking on “Java Products” on the left pane.

New Java ProductCreate a new Java Product by clicking on the [ New Product ] toolbar button. Let's call it Java Product Example.

Java Product

In the "Settings" tab, click on the [ Add JAR(s)... ] button and select the DemoJar.jar file and click OK.

Edit the Main class to: DemoMainClass

Go to "Virtual Machine" tab and set the JVM parameters:

  • Initial heap size - 64 MegaBytes
  • Maximum heap size - 256 MegaBytes

Specify the JRE version min and max to whatever version you have installed on your machine.

Note You can set the parameters by clicking on [...] button from the JVM Parameters field this way accessing the Edit Java Virtual Machine Parameters Dialog.

Back in the "Settings" tab select GUI Application. Optionally set a splash screen for your java product.

Product Settings

Now a new file has appeared in the Files and Folders Page: Java Product Example.exe.

5. Create program shortcutCopy link to this sectionLink to this section copied!

Files, Folders and Shortcuts Go to the Files and Folders page by clicking on “Files and Folders” on the left pane.

New ShortcutSelect the Java Product Example.exe file and click on the [ New Shortcut ] toolbar button. Set the description to: Java Product Example Application. Find yourself a nice icon on your computer. Click OK.

New Shortcut

6. BuildCopy link to this sectionLink to this section copied!

BuildClick on the [ Build ] toolbar button.

7. Run, test and removeCopy link to this sectionLink to this section copied!

Run Click on the [ Run ] toolbar button to run and test the MSI you created. After installation you should have a Java Product Example folder in your “Start” menu. Run the application by selecting Java Product Example.

Menu

To remove the installed package, simply Run it again and select Remove.

8. Video tutorialCopy link to this sectionLink to this section copied!