Questions tagged [izpack]

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

Resources:

214 questions
0
votes
1 answer

[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 something in "~/Library/Application…
Baarten
  • 5
  • 3
0
votes
1 answer

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.
Cisco
  • 532
  • 1
  • 8
  • 24
0
votes
1 answer

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 application and copied some files across to my project…
prule
  • 2,536
  • 31
  • 32
0
votes
2 answers

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 doing this, i.e if they are uninstalling the…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
0
votes
1 answer

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 fine .... but .., how could i make it work in…
1and0
  • 102
  • 9
0
votes
1 answer

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 version of the application (without uninstalling…
Fernando Camargo
  • 3,085
  • 4
  • 30
  • 49
0
votes
1 answer

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 installerFile =…
Wilhelm Peraud
  • 249
  • 4
  • 14
0
votes
1 answer

Izpack installer for non-java applications

Can the Izpack installer be used to install a non-java application? Thanks, Abdulfattah.
fattah.safa
  • 926
  • 2
  • 14
  • 36
0
votes
1 answer

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 using -e on maven) I get the following…
Phil Rice
  • 151
  • 1
  • 6
0
votes
1 answer

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:…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
0
votes
1 answer

Starting point for creating installer using izpack 5 and maven

I already have Maven creating an assembly widget1.0-distribution.zip…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
0
votes
1 answer

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 problems. I installed the JDK (I need to compile with…
CODe
  • 2,253
  • 6
  • 36
  • 65
0
votes
1 answer

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 "C:\PROGRA~1\IzPack/utils/wrappers/izpack2exe/izpack2exe.py", line 126, in [exec] main() …
developer
  • 9,116
  • 29
  • 91
  • 150
0
votes
1 answer

Does IzPack TargetPanel allow selection of multiple directories?

IzPack TargetPanel lets one select one target directory. However I need to allow users to choose two (one for apps, one for data). How to do that?
missingfaktor
  • 90,905
  • 62
  • 285
  • 365
0
votes
0 answers

In IzPack installer, how to specify the required Java version based on OS?

The user is required to have JRE with version: 1.7, if he/she is using any 64-bit Windows OS 1.6, if he/she is using any other OS How do I specify this thru my install.xml?
missingfaktor
  • 90,905
  • 62
  • 285
  • 365
1 2 3
14
15