I'm needing to use OpenCV on Windows and was intending to follow the instructions to install the pre-built binaries from
http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html
As instructed, I went to the SourceForge page (http://sourceforge.net/projects/opencvlibrary/files/opencv-win/) and downloaded OpenCV-2.4.2.exe from http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.2/. The instructions say to "Start the setup and follow the wizard." However, the .exe file is just a 7-zip self-extracting archive. All it does is unzip the OpenCV archive. After unpacking the archive there's no setup.exe or similar program.
Can anyone point me at what I'm missing?