Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use izPack to create an installer

Tags:

java

izpack

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 that installer

So can anyone tell me the step by step approach to create installer using izpack.

Thanks Sunil Kumar Sahoo

like image 529
Sunil Kumar Sahoo Avatar asked Dec 02 '22 07:12

Sunil Kumar Sahoo


2 Answers

Creating an installer with IzPack is fairly straightforward and well-documented. Unfortunately the specifics are highly dependent on the product to be installed, so your best bet is to read the documentation and look at the sample.

like image 97
SingleShot Avatar answered Dec 21 '22 18:12

SingleShot


Hello In the link below you will find a nice help about izpack installer.

http://www.imrantariq.com/blog/?p=89

Link below contains a detailed pdf to make installer with izpack.

http://www.imrantariq.com/blog/?attachment_id=112

cheers

Imran tariq

like image 37
Muhammad Imran Tariq Avatar answered Dec 21 '22 18:12

Muhammad Imran Tariq