<?xml version="1.0" encoding="UTF-8"?>

<installation version="1.0">

	<info>
		<appname>PDF-Over</appname>
		<appversion>4.0</appversion>
		<uninstaller write="yes" />
		<javaversion>1.6</javaversion>
		<authors>
			<author name="A-SIT (Secure Information Technology Center - Austria)"
				email="" />
		</authors>
		<uninstaller />
		<url>http://www.a-sit.at/</url>
		<pack200 />
		<!-- <run-privileged condition="izpack.windowsinstall.vista|izpack.macinstall|izpack.windowsinstall.7" />  -->
	</info>

	<guiprefs resizable="yes" width="500" height="360">
		<modifier key="useFlags" value="yes" />
		<modifier key="langDisplayType" value="native" />
	</guiprefs>

	<locale>
		<langpack iso3="eng" />
		<langpack iso3="deu" />
	</locale>
	<resources>
		<res src="./unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml" />
		<res src="./win_shortcutSpec.xml" id="Win_shortcutSpec.xml" />
		<res src="./win_shortcutSpec_deu.xml" id="Win_shortcutSpec.xml_deu" />
		<res src="./win_shortcutSpec.xml" id="shortcutSpec.xml" />
		<res src="./win_shortcutSpec_deu.xml" id="shortcutSpec.xml_deu" />
		<res src="defaultInstallDir.txt" id="TargetPanel.dir.windows" />
		<res id="JFrameIcon.png" src="icon16x16.png"/>
		<res src="./customicons.xml" id="customicons.xml" />
		<res id="Installer.image" src="logo.gif" />
		<res src="logo.gif" id="Installer.image.0"/>
	</resources>

	<native type="izpack" name="ShellLink.dll" />
	<native type="izpack" name="ShellLink_x64.dll" />

	<variables>
		<variable name="DesktopShortcutCheckboxEnabled" value="true" />
	</variables>

	<panels>
		<panel classname="HelloPanel" />
		<panel classname="TargetPanel" />
		<panel classname="InstallPanel" />
		<panel classname="ShortcutPanel" />
		<panel classname="SimpleFinishPanel" />
	</panels>

	<packs>
		<pack name="main" required="yes">
			<description>Main Installation</description>
			<file src="lib" targetdir="$INSTALL_PATH" />
			<file src="scripts" targetdir="$INSTALL_PATH" />
			<file src="icons" targetdir="$INSTALL_PATH" />
			<executable targetfile="$INSTALL_PATH/scripts/pdfover_linux.sh"
				os="unix" stage="never"></executable>
			<executable targetfile="$INSTALL_PATH/scripts/pdfover_win.bat"
				os="windows" stage="never"></executable>
				<executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat"
				os="windows" stage="never"></executable>
			<executable targetfile="$INSTALL_PATH/scripts/pdfover_mac.sh"
				os="mac" stage="never"></executable>
		</pack>
	</packs>

</installation>