1 <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
3 <installation version="1.0">
4 <native type="izpack" name="ShellLink.dll"/>
7 <appname>iDMC</appname>
8 <appversion>2.0.5</appversion>
10 <author name="Antonio, Fabio Di Narzo" email="antonio.fabio@gmail.com"/>
11 <author name="Alexei Grigoriev" email="alexei_grigoriev@libero.it"/>
12 <author name="Daniele Pizzoni" email="auouo@tin.it"/>
14 <url>http://code.google.com/p/idmc/</url>
15 <javaversion>1.6</javaversion>
18 <guiprefs height="400" resizable="yes" width="550">
23 <os family="windows" />
24 <param name="variant" value="extwin" />
29 <langpack iso3="eng"/>
33 <res id="LicencePanel.licence" src="../COPYING"/>
34 <res id="HTMLInfoPanel.info" src="Info.html"/>
35 <res id="InfoPanel.info" src="../README"/>
36 <res id="shortcutSpec.xml" src="shortcutSpec.xml"/>
37 <res id="Unix_shortcutSpec.xml" src="Unix_shortcutSpec.xml"/>
41 <panel classname="HTMLInfoPanel"/>
42 <panel classname="HelloPanel"/>
43 <!--<panel classname="InfoPanel"/>-->
44 <panel classname="LicencePanel"/>
45 <panel classname="TargetPanel"/>
46 <panel classname="PacksPanel"/>
47 <panel classname="SummaryPanel"/>
48 <panel classname="InstallPanel"/>
49 <panel classname="ShortcutPanel"/>
50 <panel classname="FinishPanel"/>
54 <pack name="Core program" required="yes">
55 <description>The base program files</description>
56 <file src="../README" targetdir="$INSTALL_PATH"/>
57 <file src="../COPYING" targetdir="$INSTALL_PATH"/>
58 <file src="../logo_new.jpg" targetdir="$INSTALL_PATH"/>
59 <singlefile src="../iDmc.jar" target="$INSTALL_PATH/iDmc-$APP_VER.jar"/>
60 <singlefile src="../dist/jidmclib.so" target="$INSTALL_PATH/jidmclib.so" os="unix"/>
61 <singlefile src="../jidmclib.dll" target="$INSTALL_PATH/jidmclib.dll" os="windows"/>
63 <pack name="Sample models" required="no">
64 <description>Sample model files</description>
65 <fileset dir="../models" targetdir="$INSTALL_PATH/models" include="**/*.lua"/>
67 <!-- <pack name="Docs" required="no">
68 <description>The Documentation</description>
69 <file src="../doc" targetdir="$INSTALL_PATH"/>