If you would like a more controlled roll-out of the Evo Credential Provider and would like to disable the auto-updater, there are a few ways you can accomplish this:
1. If the Evo Credential Provider is already installed, run the following command on the endpoint
Set-ItemProperty hklm:\Software\EvoSecurity\EvoLogin-CP disable_update 1
2. During a silent install using a script, add the following property
msiexec.exe /i EvoCredentialProviderSetep.msi DISABLE_UPDATE=1