Difference between revisions of "Sophos"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 09:16, 15 November 2006

This is a silent installer and deinstaller 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>