diff options
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack')
3 files changed, 8 insertions, 9 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 40fcb820..03f6a56f 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -34,7 +34,6 @@ <res id="customicons.xml" src="./customicons.xml" /> <res id="Installer.image" src="logo.gif" /> <res id="Installer.image.0" src="logo.gif" /> -<!-- <res id="pdf-over-install-helper-1.0.0.jar" src="pdf-over-install-helper-1.0.0.jar" /> --> </resources> <native type="izpack" name="ShellLink.dll" /> @@ -65,8 +64,8 @@ <file src="scripts" targetdir="$INSTALL_PATH" /> <file src="icons" targetdir="$INSTALL_PATH" /> <file src="ReadMe.txt" targetdir="$INSTALL_PATH" /> - <file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/> - <file src="PDF-Over-cli.exe" targetdir="$INSTALL_PATH" os="windows"/> +<!-- <file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/> --> +<!-- <file src="PDF-Over-cli.exe" targetdir="$INSTALL_PATH" os="windows"/> --> <file src="Uninstaller.exe" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/> <!-- <file src="pdf-over-install-helper-1.0.0.jar" targetdir="$INSTALL_PATH/libs" /> --> <executable targetfile="$INSTALL_PATH/scripts/pdf-over_linux.sh" @@ -81,12 +80,12 @@ os="windows" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/pdf-over_mac.sh" os="mac" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/postInstall_linux.sh" - os="unix" stage="postInstall" keep="true"></executable> +<!-- <executable targetfile="$INSTALL_PATH/scripts/postInstall_linux.sh" + os="unix" stage="postinstall" ></executable>--> <executable targetfile="$INSTALL_PATH/scripts/postinstall_mac.sh" os="mac" stage="postinstall"></executable> - <executable targetfile="$INSTALL_PATH/scripts/postInstall_win.bat" - os="win" stage="postinstall" keep="true"></executable> +<!-- <executable targetfile="$INSTALL_PATH/scripts/postInstall_win.bat" + os="win" stage="postinstall" ></executable> --> </pack> </packs> 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 72d4b271..48dfca76 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml @@ -11,7 +11,7 @@ applications="no" startMenu="no" startup="no" - target="$INSTALL_PATH/PDF-Over.exe" + target="$INSTALL_PATH/scripts/pdf-over_win.bat" commandLine="" workingDirectory="$INSTALL_PATH" description="PDF-Over 4.1" 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 555874eb..26b1a640 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 @@ -11,7 +11,7 @@ applications="no" startMenu="no" startup="no" - target="$INSTALL_PATH/PDF-Over.exe" + target="$INSTALL_PATH/scripts/pdf-over_win.bat" commandLine="" workingDirectory="$INSTALL_PATH" description="PDF-Over 4.1" |