Difference between revisions of "Sophos"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 1: Line 1:
This is a silent installer and deinstaller for Sophos.
+
This is a silent installer and uninstaller for Sophos.
  
<pre>
+
<source lang="xml">
        <package id="sophos" name="Sophos" revision="1" reboot="false" priority="90">
+
<package id="sophos" name="Sophos" revision="1" reboot="false" priority="90">
 
                 <check type="uninstall" condition="exists" path="Sophos AutoUpdate" />
 
                 <check type="uninstall" condition="exists" path="Sophos AutoUpdate" />
 
                 <install cmd='%SOFTWARE%\InterChk\ESXP\Setup.exe -mng no' />
 
                 <install cmd='%SOFTWARE%\InterChk\ESXP\Setup.exe -mng no' />
 
                 <remove cmd='msiexec /qn /x {C12953C2-4F15-4A6C-91BC-511B96AE2775}' />
 
                 <remove cmd='msiexec /qn /x {C12953C2-4F15-4A6C-91BC-511B96AE2775}' />
 
                 <remove cmd='msiexec /qn /x {09C6BF52-6DBA-4A97-9939-B6C24E4738BF}' />
 
                 <remove cmd='msiexec /qn /x {09C6BF52-6DBA-4A97-9939-B6C24E4738BF}' />
        </package>
+
</package>
</pre>
+
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 20:26, 18 April 2008

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>