diff options
author | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-10-31 16:37:07 +0000 |
---|---|---|
committer | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-10-31 16:37:07 +0000 |
commit | 20c15ef5565b98798767373077da946bb9cd7216 (patch) | |
tree | d6203dadd7122f5911b7f21a38557d86218fb086 | |
parent | 52169b81f7ef2d6a2035f4f3883c9606766280f4 (diff) | |
download | pdf-over-20c15ef5565b98798767373077da946bb9cd7216.tar.gz pdf-over-20c15ef5565b98798767373077da946bb9cd7216.tar.bz2 pdf-over-20c15ef5565b98798767373077da946bb9cd7216.zip |
Installer setttings changed
git-svn-id: https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0@12780 3a0b52a2-8410-0410-bc02-ff6273a87459
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/izpack/install.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 0d014b4c..016a05af 100644 --- a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml @@ -68,6 +68,8 @@ 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> |