Difference between revisions of "Sophos"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 11: | Line 11: | ||
[[category:Silent Installers]] | [[category:Silent Installers]] | ||
+ | |||
+ | External Reference | ||
+ | |||
+ | [http://www.sophos.com/support/knowledgebase/article/12570.html Sophos KB article] |
Latest revision as of 16:23, 3 March 2009
This is a silent installer and uninstaller for Sophos.
<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>
External Reference