summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-11-10 11:53:17 +0100
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-11-10 11:56:18 +0100
commit08ae901b3123eaa2577e60fe6b2780fca039b646 (patch)
treee463cabb69dbb86ff005b71ce444a6384cb074e2
parenteac3f98b0bf205ff162d9dfe70996a73653aaa04 (diff)
downloadpdf-over-08ae901b3123eaa2577e60fe6b2780fca039b646.tar.gz
pdf-over-08ae901b3123eaa2577e60fe6b2780fca039b646.tar.bz2
pdf-over-08ae901b3123eaa2577e60fe6b2780fca039b646.zip
Also add launcher for Windows Uninstaller
-rw-r--r--trunk/pdf-over-gui/src/main/resources/PDF-Over-Un.ini4
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/install.xml4
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml4
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml4
4 files changed, 11 insertions, 5 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/PDF-Over-Un.ini b/trunk/pdf-over-gui/src/main/resources/PDF-Over-Un.ini
new file mode 100644
index 00000000..043ee125
--- /dev/null
+++ b/trunk/pdf-over-gui/src/main/resources/PDF-Over-Un.ini
@@ -0,0 +1,4 @@
+working.directory=.
+classpath.1=*.jar
+main.class=com.izforge.izpack.uninstaller.Uninstaller
+vm.version.min=1.6
diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
index 7d67215c..327fe8c8 100644
--- a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
@@ -63,6 +63,8 @@
<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"/>
+ <singlefile src="PDF-Over.exe" target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe" os="windows"/>
+ <file src="PDF-Over-Un.ini" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/>
<executable targetfile="$INSTALL_PATH/scripts/pdfover_linux.sh"
os="unix" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/pdfover_win.bat"
@@ -74,4 +76,4 @@
</pack>
</packs>
-</installation> \ No newline at end of file
+</installation>
diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml
index d80d2512..8baeb6f4 100644
--- a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml
+++ b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml
@@ -30,9 +30,9 @@
applications="no"
startMenu="no"
startup="no"
- target="$INSTALL_PATH/scripts/uninstall_win.bat"
+ target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe"
commandLine=""
- workingDirectory="$INSTALL_PATH"
+ workingDirectory="$INSTALL_PATH/Uninstaller"
description="PDF-Over 4.0 Uninstall"
type="Application"
encoding="UTF-8"
diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml
index c2a6b83a..83c4c046 100644
--- a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml
+++ b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml
@@ -30,9 +30,9 @@
applications="no"
startMenu="no"
startup="no"
- target="$INSTALL_PATH/scripts/uninstall_win.bat"
+ target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe"
commandLine=""
- workingDirectory="$INSTALL_PATH"
+ workingDirectory="$INSTALL_PATH/Uninstaller"
description="PDF-Over 4.0 Uninstall"
type="Application"
encoding="UTF-8"