Qt Installer Framework: How to Detect Target Machine's Graphic Card Type?
Unsolved
Installation and Deployment
-
Hi folks, I see that the
sysinfo
API is limited to give me enough information about the target machine. I need to know whether the target machines have specific graphic card in order to proceed my installation.If you know how to do it, or at least how to run C++ code directly during installation stage plez kindly share your thoughts. Many thanks!
-
Hi and welcome to devnet,
Out of curiosity, what would graphic card type influence ?
-
@SGaist We are building an installer that installs a program only works on specific graphic cards, so we'd like adding some restrictions during installation. Any clue to make it close?
-
I'd go with writing a small helper program that returns what is currently available on the system and then act based on it.