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.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml
index 6a864b81..cea5d66b 100644
--- a/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/pdf-over-gui/src/main/resources/izpack/install.xml
@@ -4,8 +4,8 @@
<info>
<appname>PDF-Over</appname>
- <appversion>4.1</appversion>
- <javaversion>1.6</javaversion>
+ <appversion>4.17</appversion>
+ <javaversion>1.7</javaversion>
<authors>
<author name="A-SIT (Secure Information Technology Center - Austria)" email="" />
</authors>
@@ -34,7 +34,7 @@
<res id="customicons.xml" src="./customicons.xml" />
<res id="Installer.image" src="logo.gif" />
<res id="Installer.image.0" src="logo.gif" />
- <res id="postInstall.jar" src="postInstall.jar" />
+ <res id="pdf-over-install-helper-1.0.0.jar" src="pdf-over-install-helper-1.0.0.jar" />
</resources>
<native type="izpack" name="ShellLink.dll" />
@@ -68,12 +68,12 @@
<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"/>
- <file src="postInstall.jar" targetdir="$INSTALL_PATH/scripts" />
+ <file src="pdf-over-install-helper-1.0.0.jar" targetdir="$INSTALL_PATH/libs" />
<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/scripts/postInstall_linux.sh"
+ <executable targetfile="$INSTALL_PATH/lib/pdf-over-install-helper-1.0.0.jar"
os="unix" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.bat"
os="windows" stage="never"></executable>