Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Installer Framework: How to Detect Target Machine's Graphic Card Type?
QtWS25 Last Chance

Qt Installer Framework: How to Detect Target Machine's Graphic Card Type?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 957 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    boydcheung
    wrote on last edited by boydcheung
    #1

    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!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Out of curiosity, what would graphic card type influence ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      B 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Out of curiosity, what would graphic card type influence ?

        B Offline
        B Offline
        boydcheung
        wrote on last edited by
        #3

        @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?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          I'd go with writing a small helper program that returns what is currently available on the system and then act based on it.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved