Changes

Jump to: navigation, search

McAfee VirusScan Enterprise

1,476 bytes added, 11:02, 30 April 2012
no edit summary
This is a silent installer and uninstaller for McAfee VirusScan Enterprise, an antivirus software. More infos from [http://www.mcafee.com/us/products/virusscan-enterprise.aspx here].
 
'''McAfee Virus Scan Enterprise 8.8'''
 
I had problems with McAfee not updating correctly due to WPKG checking the uninstall check, I added in the version check which seamed to fix the problem. The second install/upgrade line is optional if your not copying across your AV settings from a previous version.
<source lang="xml">
<package
id="antivirus"
name="McAfee VirusScan Enterprise 8.8"
revision="8800"
reboot="false"
priority="0" >
<check type="logical" condition="or"> <!-- Version Check, only way to ensure McAfee updates correctly -->
<check type="registry" condition="equals" path="HKLM\SOFTWARE\McAfee\DesktopProtection\szProductVer" value="8.8.0.849" />
<check type="registry" condition="equals" path="HKLM\SOFTWARE\Wow6432Node\McAfee\DesktopProtection\szProductVer" value="8.8.0.849" /> <!-- x64 check -->
</check>
<check type="uninstall" condition="exists" path="McAfee VirusScan Enterprise" />
<install cmd='%SOFTWARE%\McAV\VSE880\Setupvse.exe /qn' />
<install cmd='xcopy /y %SOFTWARE%\McAV\VSE870\MID\VSECFG.CAB "%PROGRAMFILES%\McAfee\VirusScan Enterprise\MID\" '/> <!-- mcav settings -->
<upgrade cmd='%SOFTWARE%\McAV\VSE880\Setupvse.exe /qn' />
<upgrade cmd='xcopy /y %SOFTWARE%\McAV\VSE870\MID\VSECFG.CAB "%PROGRAMFILES%\McAfee\VirusScan Enterprise\MID\" '/> <!-- mcav settings -->
<remove cmd='msiexec /x {CE15D1B6-19B6-4D4D-8F43-CF5D2C3356FF} /qn' />
</package>
</source>
 
 
'''McAfee Virus Scan Enterprise 8'''
<source lang="xml">
Anonymous user

Navigation menu