Questions tagged [izpanel]
13 questions
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
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
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
1
vote
1 answer
could not configure domains in zpanel vps
I'm working on a vps server with zpanel.I really new in this area .I don't know how to set up WordPress and use it . I have gone through this manual .But this is not really helping . I got stuck at the 5th step.there is no ajax explorer in my…
user3873322
1
vote
1 answer
Zpanel and cron job with cakephp
I have tried and browsed a lot regarding how to set cron job with CakePHP and zpanel
In zpanel I tried different types url
For example
domain_folder/app/cron_dispatcher.php /CampaignMasters/newsletter_find_cron(Error: script does not exist)
Then…

user2742122
- 603
- 2
- 8
- 15
1
vote
0 answers
Customize the uninstaller in IZPack
Currently I have an installer and an uninstaller for my application and the problem is during uninstallation. i.e if I give a command like "java -jar uninstaller.jar" to uninstall my application I get one pop-up with one checkbox with the message…

JSP
- 447
- 2
- 8
- 21
0
votes
1 answer
Copy file on the basis of RHEL version using Izpack
I am using Izpack and i want that a certain file(Agent.service) should only be placed in the server if it is a RHEL7 Server. I have the below lines of code in the pack file.

iftekhar khan
- 178
- 12
0
votes
1 answer
izpack how to replace backslash "\" with slash "/" or with "\\" in windows directory location with space
I am using izpack installer to install the application which I developed in Windows.
My application root-folder will have space in it.
There is a property with folder location in configuration .properties file.
PluginFolder=${plugin.dir}
For…

Abhishek
- 119
- 2
- 12
0
votes
1 answer
IzPack 4.3.5 branding
I would like to remove or change the "Made with IzPack" text at the footer. I would also like to change the installer icon.
But I couldn't find any examples. I am using 4.3.5, please don't suggest using version 5.0.
Any help would be…

user1764381
- 111
- 1
- 6
0
votes
1 answer
Izpack can not find class of custom action defined for InstallPanel
I use 5.0.0-rc4 as izpack version and izpack-installer artifact exists as a dependency in my pom.xml.
org.codehaus.izpack
izpack-installer
…

iargin
- 808
- 1
- 9
- 19
0
votes
3 answers
Zpanel output error: This domains disk limit has been exceeded?
Automatically zpanel showing This domains disk limit has been exceeded! for all the websites hosted in VPS with ZPanel
This domains disk limit has been exceeded!

Manjesh V
- 1,230
- 15
- 22
0
votes
1 answer
Customize the installer in IZPack
I just want to customize the SimpleFinishPanel based on the previous panel result i.e InstallPanel.
As a part of installer am installing the "Postgres DataBase" too, and mid of the postgres installation I want to Abort the installation process.…

JSP
- 447
- 2
- 8
- 21
0
votes
1 answer
Move Zpanel Default Backups Directory or Opendir Backups directory
I'm working on a script which will upload all the zpanel backups to my Amazon S3 account. It works if I don't use the zpanel backups and create and upload backups created by me using CronJob.
The reason why I cannot upload the zpanel backup is I…

tintinboss
- 672
- 1
- 7
- 25