summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/izpack/install.xml
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:20:35 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:20:35 +0000
commitda7be62d91eb196d33863678f211972dc0d439a6 (patch)
tree65174007066914f10fdeb45d3a8fd428cd11e819 /pdf-over-gui/src/main/resources/izpack/install.xml
parent8138f57be6896881a96e848396e6852eb55e63d1 (diff)
downloadpdf-over-da7be62d91eb196d33863678f211972dc0d439a6.tar.gz
pdf-over-da7be62d91eb196d33863678f211972dc0d439a6.tar.bz2
pdf-over-da7be62d91eb196d33863678f211972dc0d439a6.zip
Also add launcher for Windows Uninstaller
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@269 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack/install.xml')
-rw-r--r--pdf-over-gui/src/main/resources/izpack/install.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml
index 7d67215c..327fe8c8 100644
--- a/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/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>