<?xml version="1.0" encoding="UTF-8"?> <installation version="1.0"> <info> <appname>PDF-Over</appname> <appversion>4.2.1</appversion> <!-- <javaversion>1.7</javaversion> --> <authors> <author name="A-SIT (Secure Information Technology Center - Austria)" email="" /> </authors> <url>http://www.a-sit.at/</url> <pack200 /> <uninstaller condition="!izpack.macinstall" /> <!--run-privileged condition="izpack.windowsinstall.vista|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 id="Unix_shortcutSpec.xml" src="./unix_shortcutSpec.xml" /> <res id="shortcutSpec.xml" src="./win_shortcutSpec.xml" /> <res id="shortcutSpec.xml_deu" src="./win_shortcutSpec_deu.xml" /> <res id="TargetPanel.dir.windows" src="defaultInstallDirWinProfile.txt" /> <res id="JFrameIcon.png" src="icon16x16.png" /> <res id="customicons.xml" src="./customicons.xml" /> <res id="Installer.image" src="a-sit-icon.png" /> <res id="Installer.image.0" src="a-sit-icon.png" /> </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" /> <panel classname="ProcessPanel"/> </panels> <packs> <pack name="main" required="yes"> <description>Main Installation</description> <updatecheck> <include name="lib/**" /> <include name="lib-swt/**" /> </updatecheck> <file src="lib" targetdir="$INSTALL_PATH" /> <file src="lib-swt" targetdir="$INSTALL_PATH" /> <file src="scripts" targetdir="$INSTALL_PATH" /> <file src="icons" targetdir="$INSTALL_PATH" /> <file src="ReadMe.txt" targetdir="$INSTALL_PATH" /> <file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/> <file src="PDF-Over-cli.exe" targetdir="$INSTALL_PATH" os="windows"/> <file src="Uninstaller.exe" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/> <executable targetfile="$INSTALL_PATH/scripts/pdf-over_linux.sh" os="unix" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/uninstall_linux.sh" os="unix" stage="never"></executable> <executable targetfile="$INSTALL_PATH/lib/pdf-over-install-helper.jar" os="unix" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.bat" os="windows" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win-cli.bat" os="windows" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat" os="windows" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/pdf-over_mac.sh" os="mac" stage="never"></executable> <!-- <executable targetfile="$INSTALL_PATH/scripts/postInstall_linux.sh" os="unix" stage="postinstall" ></executable>--> <executable targetfile="$INSTALL_PATH/scripts/postinstall_mac.sh" os="mac" stage="postinstall"></executable> <!-- <executable targetfile="$INSTALL_PATH/scripts/postInstall_win.bat" os="win" stage="postinstall" ></executable> --> </pack> </packs> </installation>