F-Secure Client Security
From WPKG | Open Source Software Deployment and Distribution
First, you have to create a MSI file with the F-Secure Policy Manager and to define at least a policy which allow the WPKG Service to run (otherwise WPKG will be blocked after F-Secure Client install).
More information on the F-Secure Homepage
In this package, we have removed the toolbar which is installed by default on Internet Explorer because we don't want users to manage this option.
<package id="fsecurecs" name="F-Secure Client Security" revision="9.00" priority="99" reboot="postponed">
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="F-Secure Client Security" />
<check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{431A1AB4-C65F-48BA-98E5-959402C32593}\DisplayVersion" value="9.00"/>
</check>
<install cmd="msiexec /qn /i %SOFTWARE%\fsecure\workstation\fscs900.msi ALLUSERS=1 /NORESTART">
<exit code="3010" reboot="postponed"/>
</install>
<install cmd='REG DELETE "HKLM\SOFTWARE\Microsoft\Internet Explorer\Toolbar" /v {265EEE8E-3228-44D3-AEA5-F7FDF5860049} /f'/>
<remove cmd="msiexec /qn /x {431A1AB4-C65F-48BA-98E5-959402C32593}s /NORESTART">
<exit code="3010" reboot="postponed"/>
</remove>
</package>
--Roussel2nis 14:43, 19 November 2010 (CET)