Etoken
From WPKG | Open Source Software Deployment and Distribution
e-Token is a drivers for provides key building blocks for securing IT infrastructures and digital transactions to defend against security threats and identity fraud and at the same time increase your organization's resource utilization, improve productivity, and maximize ROI.
Version 5.1 SP1
WPKG Package
<packages>
<package id="etoken"
name="eToken"
revision="0.1"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="eToken PKI Client 5.1 SP1" />
<install cmd='msiexec /qn /i "%SOFTWARE%\drivers\etoken\PKIClient-x32-5.1.msi" ET_LANG_NAME=Russian' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\drivers\etoken\PKIClient-x32-5.1.msi" ET_LANG_NAME=Russian' />
<remove cmd='%COMSPEC% /c echo off' />
</package>
</packages>