3,217
edits
Changes
Sophos
,no edit summary
This is a silent installer and deinstaller for Sophos.
<pre>
<package id="sophos" name="Sophos" revision="1" reboot="false" priority="90">
<check type="uninstall" condition="exists" path="Sophos AutoUpdate" />
<install cmd='%SOFTWARE%\InterChk\ESXP\Setup.exe -mng no' />
<remove cmd='msiexec /qn /x {C12953C2-4F15-4A6C-91BC-511B96AE2775}' />
<remove cmd='msiexec /qn /x {09C6BF52-6DBA-4A97-9939-B6C24E4738BF}' />
</package>
</pre>
[[category:Silent Installers]]
<pre>
<package id="sophos" name="Sophos" revision="1" reboot="false" priority="90">
<check type="uninstall" condition="exists" path="Sophos AutoUpdate" />
<install cmd='%SOFTWARE%\InterChk\ESXP\Setup.exe -mng no' />
<remove cmd='msiexec /qn /x {C12953C2-4F15-4A6C-91BC-511B96AE2775}' />
<remove cmd='msiexec /qn /x {09C6BF52-6DBA-4A97-9939-B6C24E4738BF}' />
</package>
</pre>
[[category:Silent Installers]]