[izpack-users] Questions on getting up and running with Izpack
Joseph.Fiedler at l-3com.com
Joseph.Fiedler at l-3com.com
Wed Oct 17 19:07:08 CEST 2007
Paul,
Try rearranging your install.xml file as follows:
Also, rename your shortcut specification file to shortcutSpec.xml; I ran
into some problems when using a different filename and/or extension.
<native type="izpack" name="Shelllink.dll">
<os family="windows"/>
</native>
<resources>
<res src="shortcutSpec.xml" id="shortcutSpec.xml"/>
</resources>
<panels>
<!-- panel elements -->
</panels>
<packs>
<!-- pack elements -->
</packs>
- Joseph Fiedler
-----Original Message-----
From: izpack-users-bounces at lists.berlios.de
[mailto:izpack-users-bounces at lists.berlios.de] On Behalf Of Paul Taylor
Sent: Wednesday, October 17, 2007 1:35 AM
To: izpack-users at lists.berlios.de
Subject: [izpack-users] Questions on getting up and running with Izpack
Hi , Im just moving from Install Anywhere Now to Izpack because IAN
doesnt run on Windows Vista and I have to say Im very impressed with it.
I just have a few issues that Im hoping somebody could help with.
1. I am not managing to get the shortcuts stuff against a Windows Vista
installation (havent tried against linux), I cant even get the Shortcut
Panel to come up. Below is the relevant exercpt from install.xml and my
shortcutSpec.xml, both
Shelllink.dll and shortcutSpec.xml exist in the same folder as the
install.xml file. Can you see what im doing wrong,
<panels>
<panel classname="HelloPanel"/>
<panel classname="LicencePanel"/>
<panel classname="TargetPanel"/>
<panel classname="PacksPanel"/>
<panel classname="ShortcutPanel"/>
<panel classname="InstallPanel"/>
<panel classname="SimpleFinishPanel"/>
</panels>
<!--
The packs section.
We specify here our packs.
-->
<packs>
<native type="izpack" name="Shelllink.dll"/>
<res src="default_shortcut_specification.html"
id="shortcutSpec.xml"/>
<pack name="Base" required="yes" preselected="yes">
<description>Jaikoz</description>
..........
<shortcuts>
<programGroup defaultname="Jthink\Jaikoz" location="applications"/>
<shortcut
name="Jaikoz"
target="$INSTALL_PATH\Jaikoz.exe"
commandLine=""
workingDirectory="$INSTALL_PATH"
description="Jaikoz Audio Tagger"
iconFile="$INSTALL_PATH\jaikoz.gif"
iconIndex="0"
initialState="maximized"
programGroup=yes"
desktop="yes"
applications="yes"
startMenu="no"
startup="no">
</shortcut>
</shortcuts>
it would be useful if there was another example in the Samples folder,
which had Shortcuts, it would also be useful if the manual was
distributed in an html format as well as the pdf format so users could
cut and paste the example code.
2. For Windows I have integrated Izpack with JSmooth, Ive taken the
following steps:
Jsmooth my main jar file to produce exe
Create Izpack install.jar from jars and exe created from jsmooth
Jsmooth the install.jar to provide install.exe
is this right, do I need all these steps, (some more documentation on
this area would be useful) ?
3. For Linux Ive done the Izpack, but obviously cant use Jsmooth what
should I do instead, what is the defacto standard for Linux, what would
users expect ?
thanks Paul Taylor
_______________________________________________
izpack-users mailing list
izpack-users at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/izpack-users
--------------------------------------------------------------------
This message and any attachments are solely for the use of the individual or entity to which it is addressed and may contain information that is privileged or confidential. If you are not the intended recipient, any disclosure, use or distribution of the information contained herein is prohibited. If you have received this communication in error, please notify the sender by reply e-mail and immediately delete this message and any attachments.
More information about the izpack-users
mailing list