diff options
Diffstat (limited to 'pdf-over-gui/src/main')
4 files changed, 208 insertions, 208 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index da1ab0f0..f7ce5949 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -1,95 +1,95 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<installation version="1.0"> - - <info> - <appname>PDF-Over</appname> - <appversion>4.1.18</appversion> -<!-- <javaversion>1.7</javaversion> --> - <authors> - <author name="A-SIT (Secure Information Technology Center - Austria)" email="" /> - </authors> - <url>http://www.a-sit.at/</url> - <pack200 /> - <uninstaller condition="!izpack.macinstall" /> - <!--run-privileged condition="izpack.windowsinstall.vista|izpack.windowsinstall.7" /--> - </info> - - <guiprefs resizable="yes" width="500" height="360"> - <modifier key="useFlags" value="yes" /> - <modifier key="langDisplayType" value="native" /> - </guiprefs> - - <locale> - <langpack iso3="eng" /> - <langpack iso3="deu" /> - </locale> - - <resources> - <res id="Unix_shortcutSpec.xml" src="./unix_shortcutSpec.xml" /> - <res id="shortcutSpec.xml" src="./win_shortcutSpec.xml" /> - <res id="shortcutSpec.xml_deu" src="./win_shortcutSpec_deu.xml" /> - <res id="TargetPanel.dir.windows" src="defaultInstallDirWinProfile.txt" /> - <res id="JFrameIcon.png" src="icon16x16.png" /> - <res id="customicons.xml" src="./customicons.xml" /> - <res id="Installer.image" src="logo.gif" /> - <res id="Installer.image.0" src="logo.gif" /> - </resources> - - <native type="izpack" name="ShellLink.dll" /> - <native type="izpack" name="ShellLink_x64.dll" /> - - <variables> - <variable name="DesktopShortcutCheckboxEnabled" value="true" /> - </variables> - - <panels> - <panel classname="HelloPanel" /> - <panel classname="TargetPanel" /> - <panel classname="InstallPanel" /> - <panel classname="ShortcutPanel" /> - <panel classname="SimpleFinishPanel" /> - <panel classname="ProcessPanel"/> - </panels> - - <packs> - <pack name="main" required="yes"> - <description>Main Installation</description> - <updatecheck> - <include name="lib/**" /> - <include name="lib-swt/**" /> - </updatecheck> - <file src="lib" targetdir="$INSTALL_PATH" /> - <file src="lib-swt" targetdir="$INSTALL_PATH" /> - <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="Uninstaller.exe" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/> - <executable targetfile="$INSTALL_PATH/scripts/pdf-over_linux.sh" - os="unix" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/uninstall_linux.sh" - os="unix" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/lib/pdf-over-install-helper-1.0.0.jar" - os="unix" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.bat" - os="windows" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win-cli.bat" - os="windows" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat" - 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" ></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" ></executable> --> - </pack> - </packs> - - - -</installation> +<?xml version="1.0" encoding="UTF-8"?>
+
+<installation version="1.0">
+
+ <info>
+ <appname>PDF-Over</appname>
+ <appversion>4.1.19</appversion>
+<!-- <javaversion>1.7</javaversion> -->
+ <authors>
+ <author name="A-SIT (Secure Information Technology Center - Austria)" email="" />
+ </authors>
+ <url>http://www.a-sit.at/</url>
+ <pack200 />
+ <uninstaller condition="!izpack.macinstall" />
+ <!--run-privileged condition="izpack.windowsinstall.vista|izpack.windowsinstall.7" /-->
+ </info>
+
+ <guiprefs resizable="yes" width="500" height="360">
+ <modifier key="useFlags" value="yes" />
+ <modifier key="langDisplayType" value="native" />
+ </guiprefs>
+
+ <locale>
+ <langpack iso3="eng" />
+ <langpack iso3="deu" />
+ </locale>
+
+ <resources>
+ <res id="Unix_shortcutSpec.xml" src="./unix_shortcutSpec.xml" />
+ <res id="shortcutSpec.xml" src="./win_shortcutSpec.xml" />
+ <res id="shortcutSpec.xml_deu" src="./win_shortcutSpec_deu.xml" />
+ <res id="TargetPanel.dir.windows" src="defaultInstallDirWinProfile.txt" />
+ <res id="JFrameIcon.png" src="icon16x16.png" />
+ <res id="customicons.xml" src="./customicons.xml" />
+ <res id="Installer.image" src="logo.gif" />
+ <res id="Installer.image.0" src="logo.gif" />
+ </resources>
+
+ <native type="izpack" name="ShellLink.dll" />
+ <native type="izpack" name="ShellLink_x64.dll" />
+
+ <variables>
+ <variable name="DesktopShortcutCheckboxEnabled" value="true" />
+ </variables>
+
+ <panels>
+ <panel classname="HelloPanel" />
+ <panel classname="TargetPanel" />
+ <panel classname="InstallPanel" />
+ <panel classname="ShortcutPanel" />
+ <panel classname="SimpleFinishPanel" />
+ <panel classname="ProcessPanel"/>
+ </panels>
+
+ <packs>
+ <pack name="main" required="yes">
+ <description>Main Installation</description>
+ <updatecheck>
+ <include name="lib/**" />
+ <include name="lib-swt/**" />
+ </updatecheck>
+ <file src="lib" targetdir="$INSTALL_PATH" />
+ <file src="lib-swt" targetdir="$INSTALL_PATH" />
+ <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="Uninstaller.exe" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/>
+ <executable targetfile="$INSTALL_PATH/scripts/pdf-over_linux.sh"
+ os="unix" stage="never"></executable>
+ <executable targetfile="$INSTALL_PATH/scripts/uninstall_linux.sh"
+ os="unix" stage="never"></executable>
+ <executable targetfile="$INSTALL_PATH/lib/pdf-over-install-helper-1.0.0.jar"
+ os="unix" stage="never"></executable>
+ <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.bat"
+ os="windows" stage="never"></executable>
+ <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win-cli.bat"
+ os="windows" stage="never"></executable>
+ <executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat"
+ 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" ></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" ></executable> -->
+ </pack>
+ </packs>
+
+
+
+</installation>
diff --git a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml index e0d82271..b6df3eb7 100644 --- a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml @@ -1,29 +1,29 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - -<shortcuts> - <!-- <skipIfNotSupported/> --> - <programGroup defaultName="PDF-Over" - location="applications"/> - - <shortcut - name="PDF-Over" - programGroup="yes" - desktop="yes" - applications="no" - startMenu="no" - startup="no" - target="$INSTALL_PATH/scripts/pdf-over_linux.sh" - commandLine="" - workingDirectory="$INSTALL_PATH" - description="PDF-Over 4.1" - iconFile="$INSTALL_PATH/icons/icon.png" - iconIndex="0" - type="Application" - encoding="UTF-8" - terminal="false" - KdeSubstUID="false" - initialState="normal"> - <createForPack name="main"/> - </shortcut> - -</shortcuts> +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<shortcuts>
+ <!-- <skipIfNotSupported/> -->
+ <programGroup defaultName="PDF-Over"
+ location="applications"/>
+
+ <shortcut
+ name="PDF-Over"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH/scripts/pdf-over_linux.sh"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH"
+ description="PDF-Over 4.1"
+ iconFile="$INSTALL_PATH/icons/icon.png"
+ iconIndex="0"
+ type="Application"
+ encoding="UTF-8"
+ terminal="false"
+ KdeSubstUID="false"
+ initialState="normal">
+ <createForPack name="main"/>
+ </shortcut>
+
+</shortcuts>
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 48dfca76..d4c686ff 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml @@ -1,42 +1,42 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - -<shortcuts> - <!-- <skipIfNotSupported/> --> - <programGroup defaultName="PDF-Over" location="applications"/> - - <shortcut - name="PDF-Over" - programGroup="yes" - desktop="yes" - applications="no" - startMenu="no" - startup="no" - target="$INSTALL_PATH/scripts/pdf-over_win.bat" - commandLine="" - workingDirectory="$INSTALL_PATH" - description="PDF-Over 4.1" - iconFile="$INSTALL_PATH/icons/icon.ico" - iconIndex="0" - type="Application" - encoding="UTF-8" - initialState="normal"> - <createForPack name="main"/> - </shortcut> - - <shortcut - name="Uninstall PDF-Over" - programGroup="yes" - desktop="no" - applications="no" - startMenu="no" - startup="no" - target="$INSTALL_PATH/Uninstaller/Uninstaller.exe" - commandLine="" - workingDirectory="$INSTALL_PATH/Uninstaller" - description="PDF-Over 4.1 Uninstaller" - type="Application" - encoding="UTF-8" - initialState="minimized"> - <createForPack name="main"/> - </shortcut> -</shortcuts> +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<shortcuts>
+ <!-- <skipIfNotSupported/> -->
+ <programGroup defaultName="PDF-Over" location="applications"/>
+
+ <shortcut
+ name="PDF-Over"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH/scripts/pdf-over_win.bat"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH"
+ description="PDF-Over 4.1"
+ iconFile="$INSTALL_PATH/icons/icon.ico"
+ iconIndex="0"
+ type="Application"
+ encoding="UTF-8"
+ initialState="normal">
+ <createForPack name="main"/>
+ </shortcut>
+
+ <shortcut
+ name="Uninstall PDF-Over"
+ programGroup="yes"
+ desktop="no"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH/Uninstaller/Uninstaller.exe"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH/Uninstaller"
+ description="PDF-Over 4.1 Uninstaller"
+ type="Application"
+ encoding="UTF-8"
+ initialState="minimized">
+ <createForPack name="main"/>
+ </shortcut>
+</shortcuts>
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 26b1a640..43cce136 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 @@ -1,42 +1,42 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - -<shortcuts> - <!-- <skipIfNotSupported/> --> - <programGroup defaultName="PDF-Over" location="applications"/> - - <shortcut - name="PDF-Over" - programGroup="yes" - desktop="yes" - applications="no" - startMenu="no" - startup="no" - target="$INSTALL_PATH/scripts/pdf-over_win.bat" - commandLine="" - workingDirectory="$INSTALL_PATH" - description="PDF-Over 4.1" - iconFile="$INSTALL_PATH/icons/icon.ico" - iconIndex="0" - type="Application" - encoding="UTF-8" - initialState="normal"> - <createForPack name="main"/> - </shortcut> - - <shortcut - name="PDF-Over deinstallieren" - programGroup="yes" - desktop="no" - applications="no" - startMenu="no" - startup="no" - target="$INSTALL_PATH/Uninstaller/Uninstaller.exe" - commandLine="" - workingDirectory="$INSTALL_PATH/Uninstaller" - description="PDF-Over 4.1 Uninstaller" - type="Application" - encoding="UTF-8" - initialState="minimized"> - <createForPack name="main"/> - </shortcut> -</shortcuts> +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<shortcuts>
+ <!-- <skipIfNotSupported/> -->
+ <programGroup defaultName="PDF-Over" location="applications"/>
+
+ <shortcut
+ name="PDF-Over"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH/scripts/pdf-over_win.bat"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH"
+ description="PDF-Over 4.1"
+ iconFile="$INSTALL_PATH/icons/icon.ico"
+ iconIndex="0"
+ type="Application"
+ encoding="UTF-8"
+ initialState="normal">
+ <createForPack name="main"/>
+ </shortcut>
+
+ <shortcut
+ name="PDF-Over deinstallieren"
+ programGroup="yes"
+ desktop="no"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH/Uninstaller/Uninstaller.exe"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH/Uninstaller"
+ description="PDF-Over 4.1 Uninstaller"
+ type="Application"
+ encoding="UTF-8"
+ initialState="minimized">
+ <createForPack name="main"/>
+ </shortcut>
+</shortcuts>
|