The account running the Installer must have have additional privileges:
Local Administrator
RTCUniversalServerAdmins
Permissions to log on as a service
Click Next to start the installer.
Select the Server Type Media Collector & Lync Filter.
Enter the ID and Password for the Service Account being used.
Enter the IP address for the Verba Server.
Select the ASM IP Address.
Verify the Service Account user.
Click Install.
Click Finish.
Open the Skype for Business Management Shell from the Start Menu and enter the following command to create a new Server Application on the Skype Front-End Server for the Verba Filter Service:
New-CsServerApplication
-Identity
"Service:Registrar:SBA.TestVerba.ads/VerbaLyncFilter"
-Uri
http://www.verba.com/LyncFilter
-Enabled
$True
-Critical
$False
New-CsServerApplication
-Identity
"Service:Registrar:SBA.TestVerba.ads/LyncChatRecorder"
-Uri
http://www.verba.com/LyncChatRecorder
-Enabled
$True
-Critical
$False