diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:19:43 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:19:43 +0000 |
commit | 3fa44469847b105e10abfe58aee1418a636aeb72 (patch) | |
tree | 8a461363494cc194c436bec41063aed2bb2200b4 | |
parent | 4352f9c0eb6f6400ef03fd71a4d4d09fab550acf (diff) | |
download | pdf-over-3fa44469847b105e10abfe58aee1418a636aeb72.tar.gz pdf-over-3fa44469847b105e10abfe58aee1418a636aeb72.tar.bz2 pdf-over-3fa44469847b105e10abfe58aee1418a636aeb72.zip |
Don't create startmenu icons
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@259 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml | 4 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml index 130b781a..0b49d104 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml @@ -10,7 +10,7 @@ programGroup="yes" desktop="yes" applications="no" - startMenu="yes" + startMenu="no" startup="no" target="$INSTALL_PATH/scripts/pdfover_win.bat" commandLine="" @@ -29,7 +29,7 @@ programGroup="yes" desktop="no" applications="no" - startMenu="yes" + startMenu="no" startup="no" target="$INSTALL_PATH/scripts/uninstall_win.bat" commandLine="" diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml index ed1db5fc..767b2d9c 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml @@ -10,7 +10,7 @@ programGroup="yes" desktop="yes" applications="no" - startMenu="yes" + startMenu="no" startup="no" target="$INSTALL_PATH/scripts/pdfover_win.bat" commandLine="" @@ -29,7 +29,7 @@ programGroup="yes" desktop="no" applications="no" - startMenu="yes" + startMenu="no" startup="no" target="$INSTALL_PATH/scripts/uninstall_win.bat" commandLine="" |