izpack

How do I get IzPack to add program to Program and Features

半腔热情 提交于 2019-12-05 18:48:43
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 with Izpack 5 http://docs.codehaus.org/display/IZPACK/registry but Im still struggling to understand quite what I do the documentation is vague. I simply want my program to be shown in Programs and Features, and it be possible to uninstall from there. So I found this page http://docs.codehaus.org/pages/viewpage.action?pageId=142803064 , the

How to get IzPack tocheck for an existing version of the software?

百般思念 提交于 2019-12-04 08:57:37
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 box using its CheckedHelloPanel , unfortunately that only works for Windows, as it appears to depend on the windows registry. Is there a way to configure IzPack such that it is able to detect existing installations ? I need to be able to detect whether there is one and merely display a message notifying

izpack: create shortcut on windows

。_饼干妹妹 提交于 2019-11-30 14:54:53
问题 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 shortcut panel. I did read the documentation troubleshooting section and took care that I have the natives in my installer. Same goes for the shortcut xml file, they are in the installer in the resources path. I also read that most likely it is a

izpack: create shortcut on windows

橙三吉。 提交于 2019-11-30 12:08:50
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 shortcut panel. I did read the documentation troubleshooting section and took care that I have the natives in my installer. Same goes for the shortcut xml file, they are in the installer in the resources path. I also read that most likely it is a case sensitive typo or something similar simple but could not figure it out. Here is my shortcut xml: <

izpack: Create shortcut on windows 7

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-29 16:01:01
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 6bits) the installer did not show the shortcut panel. I did read the documentation troubleshooting section and took care that I have the natives in my installer. Same goes for the shortcut xml file, they are in the installer in the resources path. I also read that most likely it is a case sensitive typo or something similar simple but could not figure it out. Here is my shortcut xml:

How to make .exe file for izpack installer .jar file

痞子三分冷 提交于 2019-11-27 21:31:51
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? eee Andrew always likes to promote Java Web Start technology from the start :) It is a nice tech. But, you also need to learn the technical parts first before you can start tinkering with it. Otherwise, you are left with the old-style EXE distribution model as follows... I am not familiar with Izpack anyway. But, there are similar separate tools to achieve the combined result as to what izPack can do. My favorite EXE creation and installer tools are

How to make .exe file for izpack installer .jar file

谁都会走 提交于 2019-11-26 20:27:27
问题 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? 回答1: Andrew always likes to promote Java Web Start technology from the start :) It is a nice tech. But, you also need to learn the technical parts first before you can start tinkering with it. Otherwise, you are left with the old-style EXE distribution model as follows... I am not familiar with Izpack anyway. But, there are similar separate tools to