K2client
Sassafrass KeyServer allows software control and auditing.
The client installer must be modified to make it silent and not reboot. Instructions & download
<?xml version="1.0" encoding="UTF-8"?>
<!--
You'll have to alter the k2client installer with:
prompt> k2clientconfig -s 3 -h your.keyserver.address -b no K2Client.exe
More info: http://www.sassafras.com/hrl/6.2/k2clientconfigW.html
-->
<package id="k2client" name="Sassafrass K2 Client " revision="6.2" reboot="postponed" priority="100">
<check type="uninstall" condition="versiongreaterorequal" path="Sassafras K2 Client" value="6.2"/>
<install cmd='%SOFTWARE%\k2client.exe'></install>
<upgrade cmd='%SOFTWARE%\k2client.exe'></upgrade>
<remove cmd='msiexec /qn /norestart /x {E23D1D2C-1762-11D5-A8D2-00C04FA35723}' />
</package>