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>