You receive this error message when trying to use the Sound Recorder.
This is usually caused by the Xiph.Org Open Codecs codec pack, which is automatically included with our software.
To resolve the problem:
If multiple computers are affected, it's possible to silently reinstall the codec pack via command line.
We recommend saving the following commands into a batch file, and then creating a Scheduled Task that runs it once at boot (or logon) with Administrator privileges. The task can be removed after all the computers have been fixed.
Please note: the letter "S" below must be uppercase!Silent Uninstall:
if exist "%programfiles%\Xiph.Org\Open Codecs\uninst.exe" (
"%programfiles%\Xiph.Org\Open Codecs\uninst.exe" /S
) else (
if exist "%programfiles(x86)%\Xiph.Org\Open Codecs\uninst.exe" (
"%programfiles(x86)%\Xiph.Org\Open Codecs\uninst.exe" /S
)
)Silent Install:
"\\<servername>\<sharename>\opencodecs_0.85.17777.exe" /S