Difference between revisions of "McAfee VirusScan Enterprise"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for McAfee VirusScan Enterprise. | This is a silent installer and uninstaller for McAfee VirusScan Enterprise. | ||
− | + | <source lang="xml"> | |
+ | <package id="mcafee" name="McAfee VirusScan Enterprise" revision="1" reboot="false" priority="0"> | ||
<check type="uninstall" condition="exists" path="McAfee VirusScan Enterprise" /> | <check type="uninstall" condition="exists" path="McAfee VirusScan Enterprise" /> | ||
<install cmd='%SOFTWARE%\ent80epo\setup REBOOT=R /qb /l*v "c:\netinst\logs\vse80i.log" ' /> | <install cmd='%SOFTWARE%\ent80epo\setup REBOOT=R /qb /l*v "c:\netinst\logs\vse80i.log" ' /> | ||
<remove cmd='msiexec /uninstall{5DF3D1BB-894E-4DCD-8275-159AC9829B43} /qb /l*v "c:\netinst\logs\vse80u.log" ' /> | <remove cmd='msiexec /uninstall{5DF3D1BB-894E-4DCD-8275-159AC9829B43} /qb /l*v "c:\netinst\logs\vse80u.log" ' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 19:07, 19 February 2008
This is a silent installer and uninstaller for McAfee VirusScan Enterprise.
<package id="mcafee" name="McAfee VirusScan Enterprise" revision="1" reboot="false" priority="0">
<check type="uninstall" condition="exists" path="McAfee VirusScan Enterprise" />
<install cmd='%SOFTWARE%\ent80epo\setup REBOOT=R /qb /l*v "c:\netinst\logs\vse80i.log" ' />
<remove cmd='msiexec /uninstall{5DF3D1BB-894E-4DCD-8275-159AC9829B43} /qb /l*v "c:\netinst\logs\vse80u.log" ' />
</package>