This commit is contained in:
Mario Fetka 2019-11-13 18:08:27 +01:00
parent c7e2877dff
commit 635625ad6c
9 changed files with 20 additions and 7 deletions

View File

@ -0,0 +1,9 @@
<package id="AdobeShock" name="Adobe Shockwave Player v12.3.4.204" group="Standard Programme" checked="0">
<variable name="BUILD" value="1234204" />
<install>
<cmd path="sw_lic_full_installer.msi" param="/norestart /qb-!">
<check type="file" condition="notexist" path="%windir%\system32\Adobe\Shockwave 12\SwHelper_%BUILD%.exe" arch="x86" />
<check type="file" condition="notexist" path="%windir%\syswow64\Adobe\Shockwave 12\SwHelper_%BUILD%.exe" arch="x64" />
</cmd>
</install>
</package>

View File

@ -1 +0,0 @@
2013b22f703a8237c1ec3a8dc70ac61a90648cef /home/mario/.opsi-dist-cache/sereby.aio-2.4.8.1/X86/aio-runtimes_v2.4.8.1.exe

View File

@ -0,0 +1 @@
47d703a5a4029e0350580a8726f347cf94218b67 /home/mario/.opsi-dist-cache/sereby.aio-2.4.9.1/X86/aio-runtimes_v2.4.9.1.exe

View File

@ -5,13 +5,15 @@ VENDOR="sereby.org"
PN="sereby.aio"
NAME="All in One Runtimes"
DESCRIPTION="Das All in One Runtimes Paket buendelt alle wichtigen Runtime Pakete die benoetigt werden um sicherzustellen, dass alle Programme auch reibungslos funktionieren."
VERSION="2.4.8.1"
VERSION="2.4.9.1"
RELEASE="1"
PRIORITY="0"
ADVICE=""
DATE=`date "+%Y-%m-%d"`
# replace points, split into array
a=( ${VERSION//./ } )
# ==================================
# Use Original Win 8.x Iso's
@ -62,7 +64,7 @@ FLASHAXVERSION="32.0.0.293"
# ==================================
SHOCKUPDATE="1"
SHOCKVERSION="12.3.4.204"
SHOCKVERSION="12.3.5.205"
# ==================================
# Update Microsoft Silverlight
@ -122,7 +124,7 @@ DL_SOURCE[0]="https://adlon.de/wp-content/uploads/2019/05/ADLON-Windows-Sicherhe
## 1: 32 & 64 Bit Runtimes
DL_FILE[7]="aio-runtimes_v${VERSION}.exe"
DL_SOURCE[7]="https://www.computerbase.de/downloads/systemtools/all-in-one-runtimes/119549/?download"
DL_SOURCE[7]="http://ftp.disconnected-by-peer.at/AIO/aio-runtimes_v${a[0]}.${a[1]}.${a[2]}.exe;https://www.computerbase.de/downloads/systemtools/all-in-one-runtimes/119549/?download"
DL_ARCH[7]="X86"
DL_WINST_NAME[7]=SerebyExe

View File

@ -228,7 +228,9 @@ function create() {
# ==========================================================================================================
if [ "$SHOCKUPDATE" = "1" ]; then
mkdir -p $INST_DIR/CLIENT_DATA/Install/Packages/Shockwave
rm -f $INST_DIR/CLIENT_DATA/Install/Packages/Shockwave/*.msi
mv -v $INST_DIR/CLIENT_DATA/AdobeSW_package.xml $INST_DIR/CLIENT_DATA/Install/Packages/Shockwave/package.xml
mv $INST_DIR/CLIENT_DATA/X86/sw_lic_full_installer-${SHOCKVERSION}.msi $INST_DIR/CLIENT_DATA/Install/Packages/Shockwave/sw_lic_full_installer.msi
patch_package_xml $INST_DIR/CLIENT_DATA/Install/Packages/Shockwave/package.xml "/package/variable[@name='BUILD']/@value" "${SHOCKVERSION//./}"
patch_package_xml $INST_DIR/CLIENT_DATA/Install/Packages/Shockwave/package.xml "/package[@id='AdobeShock']/@name" "Adobe Shockwave Player v${SHOCKVERSION}"

View File

@ -1 +1 @@
2b70dcb8868242e5085c29ed52b13d23c1897cf7 /home/mario/.opsi-dist-cache/sereby.aio-2.4.8.1/X86/dotnetfx_cleanup_tool-2.4.8.1.zip
2b70dcb8868242e5085c29ed52b13d23c1897cf7 /home/mario/.opsi-dist-cache/sereby.aio-2.4.9.1/X86/dotnetfx_cleanup_tool-2.4.9.1.zip

View File

@ -1 +0,0 @@
1774dc49de3858966503305aa78f0816c9495e65 /home/mario/.opsi-dist-cache/sereby.aio-2.4.6.1/X86/sw_lic_full_installer-12.3.4.204.msi

View File

@ -0,0 +1 @@
3d1c66d98556191a0e7b24b8461571f07e5b5f3c /home/mario/.opsi-dist-cache/sereby.aio-2.4.9.1/X86/sw_lic_full_installer-12.3.5.205.msi

View File

@ -1 +1 @@
4096c02f32cbfc479d491bbd5b4dc72dfd4f7b4d /home/mario/.opsi-dist-cache/sereby.aio-2.4.6.1/X86/uninstall_shock_player-12.3.4.204.exe
4096c02f32cbfc479d491bbd5b4dc72dfd4f7b4d /home/mario/.opsi-dist-cache/sereby.aio-2.4.9.1/X86/uninstall_shock_player-12.3.5.205.exe