Questions tagged [izpack]

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

Resources:

214 questions
59
votes
2 answers

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 complains The installer could not launch with…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
11
votes
2 answers

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 (Win7 and WinXP) the installer did not show the…
Angelo Fuchs
  • 9,825
  • 1
  • 35
  • 72
11
votes
3 answers

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?
Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190
10
votes
6 answers

Free mulitplatform installer

Expanding on Free install wizard software I am looking for a cross platform installer. We support something like 27 platform variations and most of the installers mentioned in the other question are windows only. We are looking for something…
stimms
  • 42,945
  • 30
  • 96
  • 149
9
votes
1 answer

In Java how do you debug exe created by JPackage

I am trying to convert an Windows installation of Java app created with Izpack to use JPackage provided In Java 14. The installer builds and installs, but when I try and run the exe it creates it fails, but gives no information about why it…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
8
votes
3 answers

IZPack with Gradle

Has anyone used IZPack with Gradle? And how easy is it to use? Any example code?
Blaine Mucklow
  • 592
  • 7
  • 18
8
votes
1 answer

Add InstallerListener to IzPack installer project with Maven

I have a working IzPack installer project set up with maven and added following to my install script install.xml to [installation][listeners]: Sadly, the line seems…
Binkan Salaryman
  • 3,008
  • 1
  • 17
  • 29
8
votes
2 answers

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 com.izforge.izpack.panels package. Then I found this post, which…
bguiz
  • 27,371
  • 47
  • 154
  • 243
8
votes
4 answers

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 which is able to detect a previously installed…
bguiz
  • 27,371
  • 47
  • 154
  • 243
8
votes
4 answers

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. http://izpack.org/documentation/desktop-shortcuts.html However, the below XML…
CODe
  • 2,253
  • 6
  • 36
  • 65
6
votes
1 answer

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 classes in the java.io package always resolve…
uzil24
  • 156
  • 4
  • 13
5
votes
1 answer

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 shows the message: Error: Unable to access jarfile…
TheUnexpected
  • 3,077
  • 6
  • 32
  • 62
5
votes
2 answers

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 existing version of the software has been…
bguiz
  • 27,371
  • 47
  • 154
  • 243
4
votes
2 answers

IzPack replacing variables in text files

I'm trying to figure out how to have IzPack replace variables in text files. It seems like it should be a simple thing but I can't find a specific example of doing this with their existing documentation. Any ideas? Thanks in advance.
sproketboy
  • 8,967
  • 18
  • 65
  • 95
4
votes
3 answers

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.. which are in my build.properties file. TIA
sproketboy
  • 8,967
  • 18
  • 65
  • 95
1
2 3
14 15