2
edits
Changes
Symantec Endpoint Protection client WPKG xml settings
The .msi options are taken from the "Installation Guide for Symantec(TM) Endpoint Protection and Symantec Network Access Control".
The %SOFTWARE%\symantec folder contains all files from the SEP folder.
<source lang="xml">
<package id="symantec"
name="Symantec Endpoint Protection client"
revision="11"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Symantec Endpoint Protection" />
<install cmd='msiexec.exe /i "%SOFTWARE%\symantec\Symantec Antivirus.msi" ADDLOCAL=Core,SAVMain,PTPMain,COHMain,ITPMain REBOOT=ReallySuppress /qn /l*v %TEMP%\symantec.log' />
<remove cmd='msiexec.exe /I{2EFCC193-D915-4CCB-9201-31773A27BC06} /qn' />
</package>
</source>
[[Category:Silent Installers]]
The %SOFTWARE%\symantec folder contains all files from the SEP folder.
<source lang="xml">
<package id="symantec"
name="Symantec Endpoint Protection client"
revision="11"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Symantec Endpoint Protection" />
<install cmd='msiexec.exe /i "%SOFTWARE%\symantec\Symantec Antivirus.msi" ADDLOCAL=Core,SAVMain,PTPMain,COHMain,ITPMain REBOOT=ReallySuppress /qn /l*v %TEMP%\symantec.log' />
<remove cmd='msiexec.exe /I{2EFCC193-D915-4CCB-9201-31773A27BC06} /qn' />
</package>
</source>
[[Category:Silent Installers]]