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

learn more… | top users | synonyms

1
vote
1answer
22 views

IzPack Error 2 - “the file version is different from the compiler version”

According to IzPack, this is categorized as a CompilerException. My install.xml file is: <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?> <installation version="2.0"> ...
0
votes
0answers
8 views

izpack full silent uninstall

I'm working over TreeAge pro silent installation. The installation file is made with IzPack. Silent installation works OK with next command: setup.exe installer.xml But uninstalling is available ...
0
votes
0answers
13 views

Using Ant Properties in an IzPack resource file?

I'm using IzPack 5.0.0 beta11 with Ant to build an installer for my application. Is there any way I can access an ant property in an IzPack resource file? I have a property called version defined in ...
1
vote
1answer
106 views

IZPACK exe wrapper + 7ZIP Instalation error - java installer bundled

Under Windows 7 64bit without pre installed JDK / JRE when I try to use a install package built with izpack, the following error happens when the target machine does not have a previous jdk ...
0
votes
0answers
46 views

IzPack is not executing .bat file specified within executable tag in Install.xml

I could compile and create Install.jar( Executable Jar ) file with having following entries in Install.xml <packs> <pack name="Base" required="yes"> ...
0
votes
0answers
59 views

how to create process panel on installer using izpack

1> i have to create process panel on installer using izpack. 2> i created ProcessPanelSpec.xml file, the contents of this file is as follows: <os family="windows" /> <executefile ...
0
votes
0answers
15 views

Using JDKPath variable in Iz Pack

Here is what I am trying to do: I have my installer, I want to add one more panel to get the JDK path from user. The panel is coming up correctly and is supposed to store the JDK path selected by ...
1
vote
2answers
59 views

izpack installer 'is not marked as executable' on ubuntu

I created an installer that works fine on OS X and Windows. On Ubuntu I get the message "The file '/media/administrator/UNTITLED/installer.jar' is not marked as executable" when trying to right click ...
0
votes
0answers
105 views

izpack & launch4j: Invalid uninstaller

When wrapping my izpack installer in a launch4j-generated EXE, everything works fine apart from the uninstaller information. With the JAR installer, the "uninstaller.jar" is being filled as soon as I ...
1
vote
0answers
50 views

Izpack, Java - Get the resource path as a variable

During the installation I execute a java class. I throw some variables from my install.xml file to this java class. My problem is I see no way to throw the IzPack resource path to this class. There ...
0
votes
0answers
38 views

IzPack Installer: Cant choose a disk

today i created a izpack installer to install my maven-project using the maven-izpack-plugin and the install.xml. the build went fine :) however when i now test the installer.jar i have a problem, ...
0
votes
2answers
198 views

IzPack ProcessPanel using executeclass not giving desired onSuccess/onFail behavior

I'm following the IzPack documentation use case Executing a Java Class with ProcessPanel and am running into some difficulty achieving the desired behavior from the onSuccess and onFail elements and ...
1
vote
1answer
30 views

Copy User Input file type to somewhere in Installation Directory using Izpack

I have created a Installer using IZpack. Now we have a requirement to get some files as User inputs and put somewhere in Installation directory. I have search a lot in internet but no clue how to ...
0
votes
1answer
51 views

[IzPack][Mac] “This directory can not be written!”

I'm trying to make an installer with IzPack 4.3.5. Unfortunately the installer throws up this message: This directory can not be written! Please choose another directory! I'm trying to install ...
0
votes
0answers
92 views

IzPack - How to check windows service exists in izpack?

We are using IzPack as installer. Before installing any windows service I want to check is the same service exists? If it exists I want to disable in the installer window. I can do the with the ...
0
votes
1answer
64 views

How to set font color on User Input file field of IzPack?

How could I set the color in the follow field message? The text "Please enter the Jboss directory name." should appear in red. <field type="staticText" align="left" txt="Please enter the Jboss ...
0
votes
0answers
50 views

Izpack installer support for 64 bit machines

I am using Izpack for packaging my java application in the form of an installer. now i want to include 64 bit support for my application installer. My idea is to package both 32 and 64 bit java and ...
0
votes
0answers
29 views

Izpack and remote installations

Our Java based product runs in multiple Jboss application servers. These servers run on multiple Linux machines. We need a cross platform installer that will allow us to deploy the artifacts into ...
0
votes
1answer
52 views

Customizing the izpack installer with a Griffon app

I've tried using the installer plugin to create an izpack install and although I can create an installer I haven't had any luck configuring the izpack installer. I looked at the sample SwingPad ...
1
vote
0answers
48 views

How do I get IzPack to add program to control panel “Program & Features” list

My installer.xml adds the newly installed program to the program list in the start menu but does not show it in the program and features list in the control panel. i have added the native ...
0
votes
0answers
26 views

IzPack: How to show UTF-8 license with LicensePanel?

As title. My license file contains UTF-8 characters and by default IzPack's LicensePanel seems to expect ASCII text files. Is there a solution to this? UPDATE: I tried using "encoding" attributes ...
0
votes
0answers
71 views

Izpack. Cannot find named resource: 'info'

I have built executable .jar file with izpack-maven-plugin. If i run it like: java -jar install.jar -everything is okay. But if I run it using JWS i have got an error message: Can't load log handler ...
-2
votes
1answer
83 views

Izpack installer - I want to modify target path

I used Izpack to create an installer. The target path the user will choose will be used to replace placeholders in windows .bat files which works fine until the user chooses a path with spaces like ...
1
vote
1answer
146 views

Izpack installer - Change window title and footer

I created an installer using Izpack, I wish to change the following: the installer window title is Izpack - My Application name, I wish to remove the Izpack from the window title. In the installer ...
0
votes
0answers
50 views

Izpack throwing errors when trying to access processor class

I am attempting to create an installer for wordpress using IzPack (http://wordpress-izpack-installer.googlecode.com/svn/trunk/) . I have created a processor com.installers.CreateWordpressDb within my ...
0
votes
0answers
93 views

Unable to run latest version of Izpack from Apache Ant, okay from command line

I'm just updating my ant build script to use Izpack 5.0.0 Beta 11, previously I was using Izpack 4.3.5. Ive updated the izpack install.xml okay and can build from the command line, but then I try and ...
0
votes
2answers
254 views

Can I modify Izpack Uninstaller to delete additional files not created during installtion

The Izpack uninstaller deletes the installation but not the user folder (and data) I create when the application first runs. Is there a way to modify the installer to do this ? Should I even being ...
1
vote
2answers
217 views

How do I get IzPack to add program to Program and Features

I'm using IzPack 5.0 beta 11 to package up my Java application. How do I get a program installed using IzPack on Windows to appear in Program and Features as an installed program? EDIT I've found ...
0
votes
1answer
80 views

how to create an installer that requires java class path for execution

i have made an installer with izpack for my java desktop application ... after installation my launcher.bat file needs java build path to be set for execution .. when i add java build path it works ...
0
votes
1answer
69 views

Remove conflicting dependencies when reinstalling with IzPack

I have a grails application and an installer for it. Everything is working with no problem. But, I recently updated the version of the HttpClient. The problem happens when a customer installs the new ...
2
votes
1answer
544 views

How to do Simple Operation with IZPack

I use izpack-maven-plugin for my installation. Since we changed a lots of thing in our new version I wish to add those simple task. -Copy File (Not from the stagging directory to the install ...
1
vote
1answer
70 views

Build user-specific izpack installer during server runtime

I am looking for a freeware OS independent installer. Users can configure the application from web interface and then download it. Server should build the installer with default files and include ...
0
votes
0answers
85 views

How to use izpack to set alternative frame title?

I try to set alternative title by this way. It does not working at all. <!-- The English langpack --> <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <langpack> <str ...
0
votes
0answers
83 views

Does izpack2exe negate the need to have JVM installed for installing izpack built product?

I was considering using izpack2exe to build an Izpack created installer, but does it rely on Java being installed on the machine, or does it contain whatever is necessary to install application built ...
58
votes
2answers
1k views

Izpack fails with 'There is no script engine for file extension “.js”,

On test machine using Izpack 5 Beta 11 if I start install.jar using a 64bit winrun4j exe running bundled 64 bit java then Izpack complains There is no script engine for file extension ".js", then ...
0
votes
1answer
63 views

How to deploy the result of a goal izpack:izpack

I'm trying to deploy thanks to maven, the result of the izpack packaging. I have two projects. The parent, that gathers plugins configuration : org.codehaus.izpack:izpack-maven-plugin:1.0-alpha-5 ...
0
votes
1answer
184 views

IzPack: get user input then process it in the processpanle

H, I need to get a user input during installation then use it as an argument for an application which is executed in the processPanle. How can I get the variable which contains the user input in the ...
2
votes
4answers
277 views

Can I install a file using Izpack 5 without it being part of the install.jar built by izpack

My installation widget.zip zipfile contains the following: 32bitJava install.jar widgetinstaller.exe widgetinstaller.ini widgetinstaller.ico To summarize: 32bitJava is a 32bit JRE downloaded ...
0
votes
1answer
227 views

IzPack error : Invalid base directory on jenkins-ci

first I am not sure if this question belong here or on serverfault. I am using IzPack for our project. Everything is working fine on my local machine. Unfortunately on my jenkins I have the following ...
0
votes
0answers
32 views

Izpack installer for non-java applications

Can the Izpack installer be used to install a non-java application? Thanks, Abdulfattah.
3
votes
1answer
115 views

izpack java installer, shortcut with noShow still shows the batch window

Hi I am using izPack to create a windows java installer. I use the following to create a shortcut: <shortcut name = "ApplicationName" target = "$INSTALL_PATH\start.bat" commandLine = ...
0
votes
0answers
38 views

How do i check for the existence of MySQL software through Izpack while building the Installer?

How do i check for the existence of MySQL software through Izpack while building the Installer? Thanks in advance
0
votes
1answer
120 views

Izpack under Maven using wrong 'installFile'

I am using Maven to build an installer using IzPack. As far as I can see (relevant part of POM included below), I am asking for the install file to be ${basedir}/izpack/release.xml. In practice (when ...
0
votes
1answer
207 views

Running install.jar crreated from izpack gives me no such method exception

Built an install.jar using Izpack 5.0.0-beta10 and compiler.bat When I try and run it using java -jar install.jar I get Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: ...
0
votes
1answer
352 views

Starting point for creating installer using izpack 5 and maven

I already have Maven creating an assembly widget1.0-distribution.zip containing: widget-1.0 widget-1.0/lib/widget.jar widget-1.0/lib/3rdpartyjar1.jar widget-1.0/lib/3rdpartyjar2.jar ...
-1
votes
1answer
74 views

How to set properties in XML attribute values

The below question is for izpack package. This happened when I was trying to use the maven izpack plugin. I have a XML element <file src="../${project.name}-${project.name}.zip" ...
2
votes
3answers
787 views

IzPack - Desktop Shortcut on Windows - Not Working

I'm trying to use IzPack to install my program and I'd like to add Desktop Shortcuts to the installer, here is the documentation/instructions from the IzPack website. ...
0
votes
1answer
286 views

Issues with IzPack Install on Ubuntu 12.04

I just installed Ubuntu 12.04 on my computer and am trying to get IzPack working correctly to no avail. I've installed IzPack just fine, but setting the JAVA_HOME environment variable is causing ...
0
votes
0answers
293 views

while building using ant tool iam getting below error

Iam getting below error while building using ant tool installer.izpack.exe: [exec] Traceback (most recent call last): [exec] File ...
1
vote
0answers
171 views

IzPack does not create desktop shortcut in Ubuntu

Izpack 4.3.5 creates .desktop file and IzPackLocaleEnabledXdgDesktopIconScript.sh in install folder but does not create .desktop file on Desktop. Contents of Unix_shortcutSpec.xml: <shortcuts> ...

1 2 3