Conference App - Installation Troubleshooting
In some deployments, there are certain system policies preventing certain installer commands from running. The following is a checklist of components that are done by the ScreenBeam Conference installer. In cases where the Conference App has issues, you can run through this checklist to make sure that the installer is completed successfully.
Installation Checklist- Check GroupPolicy Powershell Execution Policy
- Get-ExecutionPolicy -list
- MachinePolicy and UserPolicy should not be Restricted.
- Install ScreenBeam Virtual Audio Driver. Verify by checking Device Manager and/or Sound Settings
- Install screenbeam_conference service. Verify by checking System Services.
- Register CamFilters Dlls. Verify by checking the Reg Entry if the dlls are registered (not reliable for the script but manually should be ok).
- reg query HKLM\SOFTWARE\Classes /s /f SBCamFilter32.dll
- reg query HKLM\SOFTWARE\Classes /s /f SBCamFilter64.dll
- Register by (does not return success/error):
- regsvr32.exe /s "C:\Program Files\ScreenBeam\Conference\app\Filters\x86\SBCamFilter32.dll"
- regsvr32.exe /s "C:\Program Files\ScreenBeam\Conference\app\Filters\x64\SBCamFilter64.dll"
�
- Microsoft Visual C++ 2015-2019 Redistributable x86. Verify by checking Add/Remove Programs
- Microsoft Visual C++ 2015-2019 Redistributable x64 Verify by checking Add/Remove Programs
- Open an admin PowerShell terminal and go to C:\Program Files\ScreenBeam\Conference\scripts
- Run install-service.ps1 and check if there is an error output. If so, this indicates the issue.
- In the PowerShell window, type "Get-ExecutionPolicy -list" and note down the current policy values
- Type "Set-ExecutionPolicy Unrestricted" and hit Enter
- Uninstall the ScreenBeam Conference app and then reinstall it
- Reconnect ScreenBeam Conference and check all video conference devices are working
- Reconfigure the execution policies on the PC as listed in step 3