For an installer I'm building, I need to be able to warn the user if they don't have an h264 codec installed. At this point in the process I don't have any such video to play or anything, I just need to detect the ability to do so. Is this possible?
Unfortunately I can't rely on the computer having anything much already installed, such as .Net or DirectX (other than whatever comes with plain Windows XP or later). The installer is written in C++.