Hello,
I downloaded FurMark straight from the main page. The dialog box is part of Windows using command prompt, however, the information provided in the dialog box is pulled straight from the software installer (i.e. FurMark).
If you type in the name of the installation .exe for FurMark in a command prompt window (Provided you are in the active directory for the stored file) and put '/?' at the end it will present you with this box. You can do this with most software installers as long as the developers bake in the command-line switches.
For example, if I had the FurMark installer stored on my C:\ drive I could 'CD' my way to it, type in the name of the .exe (FurMark.exe for example) in a command prompt window, and put /? at the end. It would look something like this.
CD "C:\"
FurMark.exe/?
After running the command that dialog box will come up. You can try this with other software installers as well, although it may require tweaking the command or not come up with anything at all depending on the developer.