summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/izpack/install.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack/install.xml')
-rw-r--r--pdf-over-gui/src/main/resources/izpack/install.xml85
1 files changed, 0 insertions, 85 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml
deleted file mode 100644
index 6b3fe129..00000000
--- a/pdf-over-gui/src/main/resources/izpack/install.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<installation version="1.0">
-
- <info>
- <appname>PDF-Over</appname>
- <appversion>${project.version}</appversion>
- <javaversion>1.8</javaversion>
- <authors>
- <author name="A-SIT (Secure Information Technology Center - Austria)" email="" />
- </authors>
- <url>http://www.a-sit.at/</url>
- <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/**" />
- </updatecheck>
- <file src="lib" targetdir="$INSTALL_PATH" />
- <file src="scripts/pdf-over_linux.sh" targetdir="$INSTALL_PATH" os="unix" />
- <file src="scripts/uninstall_linux.sh" targetdir="$INSTALL_PATH" os="unix" />
- <file src="scripts/pdf-over_mac.sh" targetdir="$INSTALL_PATH" os="mac" />
- <file src="scripts/postinstall_mac.sh" targetdir="$INSTALL_PATH" os="mac" />
- <file src="icons" targetdir="$INSTALL_PATH" />
- <file src="ReadMe.txt" targetdir="$INSTALL_PATH" />
- <file src="jre/${bundled-jre.archiveName}" targetdir="$INSTALL_PATH/jre" os="windows" unpack="true" />
- <file src="jre/${bundled-jre.archiveName}" targetdir="$INSTALL_PATH/jre" os="mac" unpack="true" />
- <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/pdf-over_linux.sh"
- os="unix" stage="never"></executable>
- <executable targetfile="$INSTALL_PATH/uninstall_linux.sh"
- os="unix" stage="never"></executable>
- <executable targetfile="$INSTALL_PATH/pdf-over_mac.sh"
- os="mac" stage="never"></executable>
- <executable targetfile="$INSTALL_PATH/postinstall_mac.sh"
- os="mac" stage="postinstall"></executable>
- </pack>
- </packs>
-
-
-
-</installation>