Looking for the Install for the Xvid codec so I can put it in the /doc folder. Does anyone have the URL?
if not File.DoesExist(_SystemFolder .. "\\xvid.dll") then do
Dialog.TimedMessage("CoDec", "You don't have an appropriate CoDec on your OS... installing it in a few seconds", 4000, MB_ICONINFORMATION);
File.Run("AutoPlay\\Docs\\XviD_Install.exe", "", "", SW_SHOWNORMAL, false) end else end

