Tagged Questions

Open source software for creating cross-platform installers for Java applications. These installers are JAR archives.

learn more… | top users | synonyms

7
votes
3answers
560 views

Calling Java classes from IzPack

How do you invoke a method from a Java class from IzPack? Static methods are OK, and I need to be able to pass it parameters. Thank you! Background info: I am trying to write an IzPack installer ...
6
votes
1answer
91 views

user working directory: XP vs Vista

I have a Java desktop application that I have written. During the execution I create folders and files at the default path name defined in the system. Java.io.files clearly states: By default the ...
5
votes
1answer
730 views

Izpack: Creating custom panels

I am trying to create a custom panel for an IzPack installer. This means that I have to extend IzPanel. However, it appears that if I do this, the extended panel needs to be in the ...
4
votes
3answers
1k views

How to make .exe file for izpack installer .jar file

I make an installer with izpack. Its in .jar file. I want to make it in .exe file in order to distribute it. How can I do it in an easy way?
3
votes
2answers
1k views

How to get IzPack tocheck for an existing version of the software?

I have an application for which we use IzPack to create the installer. The installer is working fine in its current state, however, I need to add functionality that enables it to check whether an ...
2
votes
2answers
98 views

Java installer for Swing based project

I worked on a Java project in which web services are used, values are to be modified in registry and there are some DLLs to be register with system. there are some environment variables to set, at the ...
2
votes
2answers
408 views

izpack install jar works only in a folder starting with “izpack”

I'm using Maven and the izpack-maven-plugin for one of my java project. My izpack files are in ${basedir}/izpack. My install.xml file is in ${basedir}/src/main/filter and is filtered during the ...
2
votes
3answers
318 views

izpack and build.properties

Does anyone know how to pass build properties to izpack in ANT. I have a working izpack install in ANT and it works fine but I have to remember to manually put in thing like version number etc.. ...
2
votes
1answer
86 views

IzPack and accessibility (using a screen reader)

I'm curious if there is a way to set up an IzPack installer so that it works with screen readers (and has more accessibility features in general). Any thoughts? Thanks in advance, -Jon
2
votes
0answers
445 views

Izpack Can someone please uploade a complete installation example (including source code)

I have started working on IzPack and I am finding it real hard to do everything by trial and error. I looked at the glassfish and groovy examples but they are very simple and don't show custom panel, ...
2
votes
2answers
192 views

how to create xml file for izpack?

I want to create my java application into a software. Then make it as an installer(setup). Also i made the java application into an executable jar. I am using IzPack for create installer. But i dont ...
2
votes
4answers
2k views

Join multiple XML files with xinclude tags into single file

I am creating an installer in IzPack. It is quite large, and I have broken up my XML files appropriately using <xinclude> and <xfragment> tags. Unfortunately, IzPack does not combine them ...
1
vote
3answers
117 views

How to run java class in JAR file in maven target directory?

I would like to run my Izpack installer after maven build, but I am getting following output after executing "mvn test": [INFO] Scanning for projects... [INFO] ...
1
vote
0answers
76 views

izPack creates an uninstaller that doesn't work in Windows “Programs and Features”

I'm working on a graphic installer for a java project using izPack 4.3.4, the installation goes well but when I try to uninstall it by clicking on his reference in "Programs and Features" window it ...
1
vote
1answer
86 views

JAR executable doesn't start if it's in Programs directory

I'm into a very strange issue that's making me crazy .-. I'm working on a relatively big Java project on Windows, using NetBeans and IzPack to prepare the graphical installation package. Everything is ...
1
vote
0answers
114 views

izpack: create shortcut on windows

I use izpack to create an installer for my application. So far I was able to create the installer and on my linux machine everything is fine. The problem is that on the windows machines I tested it on ...
1
vote
1answer
57 views

Java - IzPack and EOFException

I have one installer with several packs. None is required. When I mark all, the installation completes with success. When I mark just two packs, I get EOFException. [edit] Using trace I can see the ...
1
vote
2answers
105 views

Cannot find Izpack 'src' folder

I am trying to get the source for the built in panels 'Izpack' provides..... the documentation says it should be present at /src/lib/com/izforge/izpack/panels. but the src folder is missing (not ...
1
vote
1answer
277 views

make exe from jar using izpack

Hi i make exe from my jar file using izpack but in exe when i install it it shows izpack logo in exe file in top left corner so please give me the proper use of izpack
1
vote
3answers
188 views

IZPack with Gradle

Has anyone used IZPack with Gradle? And how easy is it to use? Any example code?
1
vote
2answers
299 views

izpack installer customize uninstaller

I have created installer and uninstaller using izpack. The problem I am facing is when I unisntall it remove everything I have installed. I would like to customise my uninstaller according to my ...
1
vote
1answer
47 views

Literature concerning the creation of installers

is there any good literature (or other sources of information) covering the creation of installer systems? We already selected 5 different products (e.g. IzPack, InstallBuilder, ...) we want to ...
1
vote
1answer
296 views

izpack-maven-plugin is not including native libraries by default

I have specified the standard shortcut-generating natives in my installation XML file: <natives> <native type="izpack" name="ShellLink.dll"/> <native type="izpack" ...
1
vote
1answer
237 views

How to Install mysql with my install.jar?

I am using izpack to create installer for my java application. I have to install mysql before jar installed and also i want to start my jar automatically after installation completed. How can i do any ...
1
vote
1answer
78 views

Can one jar be created using Izpack?

I want to know that If there is still a requirement for one jar while using Exe4j. And can one jar be created using Izpack?
1
vote
3answers
856 views

how to use izpack to make my jar application to installer?

I download and install izpack to create installer.But There is no shortcut icon to run it.Can any one tell me how to run izpack and how to create installer through izpack.(I have the jar file).
1
vote
3answers
1k views

How to use izPack to create an installer

Hi I have installed izPack in linux operating system. I have my own java application in jar format. I want to create a installer of that jar file for a linux operating system. I want to display ...
0
votes
0answers
3 views

Create a shortcut wilth izpack maven plugin

I created a project with the izpack maven plugin org.codehaus.izpack version 1.0-alpha-5. The problem is I cannot create shortcuts for my application (windows), the shortcut panel is displayed ...
0
votes
0answers
4 views

IzPack: is possible to create one app updater?

I created one installer with IzPack. Everything works fine. Now I'm wondering, is there a good way to create one installer that will take care of update the application if this already exists? I ...
0
votes
0answers
6 views

Can any one tell me how to change checkbox button into a radio button in izpack's PacksPanel ?

Like if i want the user to select only one pack among the packs available. and also i want to change the font size of the text.I am using IzPack 4.3.5 stable version.
0
votes
0answers
18 views

Izpack throws NullPointerException to process bat file, how to solve?

I created one installer with the PackJacket app and compiled the xml spec with the IzPack version 4.3.5 (latest stable). When I tried to run the install, the process stop's with the java ...
0
votes
1answer
31 views

Setting $PATH and $JAVA_HOME from IzPack install.xml

I see that $JAVA_HOME is a built-in variable in IzPack. Can I assign to it in a pre-install script and have the installer use that? Currently I am stuck on a machine that defaults to an open-source ...
0
votes
1answer
25 views

IzPack xml <args> problems, cannot pass $INSTALL_PATH to exectuable script

I have an install file in xml that I am having trouble with. I cannot get the $INSTALL_PATH to be passed as an arg to an exectuable script that I wrote after installation finishes. Here is my code: ...
0
votes
1answer
25 views

IzPack, can it output a single executable jar?

I found some great tutorials for IzPack and it works great at installing my program into a folder. Is it possible to have the contents of those folder wrapped into an executable jar using IzPack? My ...
0
votes
0answers
64 views

izpack custom uninstaller

I am trying to create a custom uninstaller with izpack. I implemented SimpleUninstallerListener to my customuninstaller class and implemented the beforeDelete and afterDelete methods. And tried to ...
0
votes
1answer
99 views

Izpack: Validator doesn't work?

I have a field description in my "UserInputSpec.xml" file. <field type="radio" variable="selected.source" > <description align="left" txt="Please select TBPAPIIntegrator data ...
0
votes
0answers
121 views

How to create izpack custom panel to execute a java class

I have a java application that connects to a remote Mysql server using JDBC. To separate different client installations, i have all clients on different schema's. I want to show in the installation ...
0
votes
2answers
110 views

IzPack 5.0.0 beta 8 + izpack_home

I tryed install izpack version 5.0.0 beta 8, but the compile fails with message: IZPACK_HOME is set incorrectly or Izpack could not be located. I can see that the bat is loocking for one ...
0
votes
0answers
45 views

IZPack updateChecker RE errors

I want to tag my jar files with a version number like: fileA-1.0.jar fileB-1.1.jar And then when I re-roll my IzPack, have the new installer clean those up if I, for example, replace fileA-1.0 with ...
0
votes
2answers
30 views

Installer not creating instead of compiling install.xml

I have given the following command at the bin directory of Izpack like this C:\Program Files\IzPack\bin>compile D:\ant\guage install.xml Is this the correct way to give ?
0
votes
1answer
69 views

izpack installer -options-auto

I need to run my installer from console with java -jar myinstaller.jar and I need to set all properties automatically. I read the articles and figured out the way to do this. Here is the article. ...
0
votes
0answers
40 views

Add files to an existing exutable jar file and again making installer

I have done some changes to already existing product OpenNMS , now I want these changes to take effect when I installed that product, how could I add that enhancements. Simply I have added some jsps ...
0
votes
1answer
36 views

create setup file taking source code as input

I have taken a software(OpenNMS) and updated that with some more features and i want it to make excutable jar file with updated features. could you please share your experiences on how to make ...
0
votes
2answers
142 views

unable to create installer using Izpack

when i compile my install.xml file iam getting an error that resource not found. here is the error generated when i compile C:\Program Files\IzPack\bin>compile D:\trail\simple\install.xml .:: ...
0
votes
1answer
170 views

problem while executing script files in linux

I am trying to create installer for our application using izpack, i am facing problem while executing script file in linux.I am able to run bat files through process panel. please reply
0
votes
0answers
65 views

Installer Creation using Izpack(Navigation Control)

Can you please let me know how to create a UserPanel which has multiple options like example: Deploy in which server 1. Tomcat 2. WebLogic 3. WebSphere So how to control the navigation means ...
0
votes
2answers
135 views

IZPack Setting Linux Environment Variables

I am sure this has to be out there somewhere, but after about a day of searching I am stuck. I am trying to use IZPack to do an installation on Linux and trying to call a shell script that sets some ...
0
votes
2answers
139 views

Disable Previous Button in IzPack

I have an installer using IzPack that installs a Groovy/Griffon project, and it uses the installer plugin for griffon that does so. I would like to restrict one panel's previous button through the ...
0
votes
0answers
55 views

IzPack : remote installation

I am wondering if it is possible to perform a remote installation on a different OS with IzPack. This would be a scenario. A user launch the installer from a laptop to deploy a J2EE web application ...
0
votes
1answer
89 views

a way not to show izpack

I have successfully compiled and created a Java installer. However, I don't want those izpack things on the installation windows. Is there a way inside install.xmml to get rid of those things ?

1 2