Questions tagged [izpack]

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

Resources:

214 questions
4
votes
2 answers

IzPack executable not working for linux scripts

I am trying to create the installer for my one of java applications. As per documentation here, executable is used to execute sumthing during installation process or it can be used to set executable flag in unix-like systems. But when I am using the…
mevada.yogesh
  • 1,118
  • 3
  • 12
  • 35
4
votes
1 answer

Izpack Maven plugin Invalid base directory on Eclipse Maven project

When I'm going to Maven-install my project with pom package ${basedir}/src/main/izpack
CaliCo
  • 39
  • 10
4
votes
3 answers

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).
Arivu2020
  • 2,485
  • 7
  • 25
  • 24
4
votes
5 answers

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 license agreement when some one wants to install using…
Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243
4
votes
1 answer

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 footer there is "Made by Izpack -…
Yazan Jaber
  • 2,068
  • 25
  • 36
4
votes
2 answers

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 some information about putting things in the registry…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
3
votes
2 answers

With JPackage or Java how can I remove files created with pre JPackage installer

Previously I used Izpack to install my Java application, and when users want to install a new version they just reinstalled into the same location (C"/Program Files/Jthink/Jaikoz"), this would replace older files with newer files, and there was no…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
3
votes
2 answers

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 configuration because I need to keep fee files and…
Talha Bin Shakir
  • 2,563
  • 10
  • 38
  • 54
3
votes
1 answer

izPack freeze when i execute my application in installation process

My app is simple swing based app that start and add ico to tray. That is all. How can i run my application jar after installation with izPack? I tried to use:
DamienMiheev
  • 998
  • 8
  • 31
3
votes
1 answer

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
Jon Onstott
  • 13,499
  • 16
  • 80
  • 133
3
votes
0 answers

Bundle JRE with IZPACK installer

I have created an installer using IZPACK 4.3.5 Currently it is making use of the system installed JRE/JVM. i want to ship/bundle the JRE with the installer so that we can run the installer even the end user doesn't have any JRE installed in his…
Java7760
  • 57
  • 6
3
votes
2 answers

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 know create xml file for IzPack to add in it. If…
Venkat
  • 20,802
  • 26
  • 75
  • 84
3
votes
2 answers

Izpack Internationalization of Custom Information

I have a question reffering to Izpack Internationalization. The default language I'm using is English. But if the user selects Romanian, I want to add internationalization to every custom element in the installer. FOR EXAMPLE:
motan
  • 106
  • 9
3
votes
3 answers

Execute script after installation in izpack

I have made jar file which contanins jboss and I want to start my web application when jar extracts and installed completly on my machine. where should i write script or code or xml tag in izpack so that after installing the application…
Saxena Shekhar
  • 219
  • 6
  • 22
3
votes
3 answers

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: Time Sheets Manager
shi3re
  • 79
  • 3
  • 9
1
2
3
14 15