Added support for creating an IzPack installer.
This commit is contained in:
77
installer/install.xml
Normal file
77
installer/install.xml
Normal file
@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
||||
<installation version="1.0">
|
||||
<info>
|
||||
<appname>itoopie</appname>
|
||||
<appversion>0.1</appversion>
|
||||
<url>http://where.should.i.put.itoopie.on.the.net</url>
|
||||
</info>
|
||||
|
||||
<guiprefs width="590" height="356" resizable="yes">
|
||||
<laf name="liquid">
|
||||
<os family="unix"/>
|
||||
</laf>
|
||||
<!-- full names, not iso3 codes -->
|
||||
<modifier key="langDisplayType" value="native" />
|
||||
</guiprefs>
|
||||
|
||||
<native type="izpack" name="ShellLink.dll" />
|
||||
<native type="izpack" name="ShellLink_x64.dll" />
|
||||
|
||||
<locale>
|
||||
<langpack iso3="eng"/>
|
||||
<langpack iso3="cat"/>
|
||||
<langpack iso3="chn"/>
|
||||
<langpack iso3="cze"/>
|
||||
<langpack iso3="dan"/>
|
||||
<langpack iso3="deu"/>
|
||||
<langpack iso3="ell"/>
|
||||
<langpack iso3="fa"/>
|
||||
<langpack iso3="fin"/>
|
||||
<langpack iso3="fra"/>
|
||||
<langpack iso3="glg"/>
|
||||
<langpack iso3="hun"/>
|
||||
<langpack iso3="ind"/>
|
||||
<langpack iso3="ita"/>
|
||||
<langpack iso3="jpn"/>
|
||||
<langpack iso3="kor"/>
|
||||
<langpack iso3="mys"/>
|
||||
<langpack iso3="ned"/>
|
||||
<langpack iso3="nor"/>
|
||||
<langpack iso3="pol"/>
|
||||
<langpack iso3="por"/>
|
||||
<langpack iso3="rom"/>
|
||||
<langpack iso3="rus"/>
|
||||
<langpack iso3="scg"/>
|
||||
<langpack iso3="spa"/>
|
||||
<langpack iso3="svk"/>
|
||||
<langpack iso3="swe"/>
|
||||
<langpack iso3="tur"/>
|
||||
<langpack iso3="twn"/>
|
||||
<langpack iso3="ukr"/>
|
||||
</locale>
|
||||
|
||||
<resources>
|
||||
<res id="Installer.image" src="installer/resources/itoopielogo.png" />
|
||||
<res id="shortcutSpec.xml" src="installer/resources/shortcutSpec.xml" />
|
||||
</resources>
|
||||
|
||||
<panels>
|
||||
<panel classname="TargetPanel" />
|
||||
<!--<panel classname="PacksPanel" />-->
|
||||
<panel classname="InstallPanel" />
|
||||
<panel classname="ShortcutPanel" />
|
||||
<panel classname="FinishPanel" />
|
||||
</panels>
|
||||
|
||||
<packs>
|
||||
<pack name="itoopie" required="yes">
|
||||
<description>The easy I2P UI</description>
|
||||
<fileset dir="dist/" includes="**/*" targetdir="$INSTALL_PATH"/>
|
||||
|
||||
<!--
|
||||
<executable targetfile="$INSTALL_PATH/bin/startup.sh" />
|
||||
<executable targetfile="$INSTALL_PATH/bin/startup.bat" />
|
||||
-->
|
||||
</pack>
|
||||
</packs>
|
||||
</installation>
|
Reference in New Issue
Block a user