diff options
| author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:12:22 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:12:22 +0000 | 
| commit | 9f35aefd7826767824a24bd76b5932e2182121d0 (patch) | |
| tree | 453cf035d8f057ba35bb6aa56430619b1dd64979 /pdf-over-gui/src | |
| parent | c8e01d8b1f5a099a2d12802a4b24b2b22cbe3ed7 (diff) | |
| download | pdf-over-9f35aefd7826767824a24bd76b5932e2182121d0.tar.gz pdf-over-9f35aefd7826767824a24bd76b5932e2182121d0.tar.bz2 pdf-over-9f35aefd7826767824a24bd76b5932e2182121d0.zip | |
Installer setttings changed
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@194 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src')
| -rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 0d014b4c..016a05af 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/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> | 
