-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
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 stipulates that:
As such, you must include installer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my installer (created using IzPack) i am using HTMLInfoPanel, in the HTML data for this info panel I have a website link and an email address.
The problem is
1) When I click on the website link, the page is opened in the Installer panel itself, instead of open the page in the default browse window…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to write an IzPack installer which is able to detect a previously installed version of the application. After finding out that it doesn't really support this feature, I think the only way to do this is through writing a Java class and calling it from IzPack.
Tim Williscroft has previously…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I want to know that If there is still a requirement for one jar while using Exe4j.
And can one jar be created using Izpack?
Dushyant Masta
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
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 installed.
I understand IzPack supports this out of the…
>>> More