I have a setup.exe that is built that supports a single, non-English language, say German. I also have an external C++ application that I use to extract information from this setup.exe such as ProductName, FileVersion, etc. Using Win32 API functions ...