<?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.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="Win_shortcutSpec.xml" src="./win_shortcutSpec.xml" /> <res id="Win_shortcutSpec.xml_deu" src="./win_shortcutSpec_deu.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="logo.gif" /> <res id="Installer.image.0" src="logo.gif" /> </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="lib-swt" targetdir="$INSTALL_PATH" /> <file src="scripts" targetdir="$INSTALL_PATH" /> <file src="icons" targetdir="$INSTALL_PATH" /> <file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/> <file src="PDF-Over.ini" targetdir="$INSTALL_PATH" os="windows"/> <file src="PDF-Over-Un.ini" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/> <singlefile src="PDF-Over.exe" target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe" os="windows"/> <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>