I am trying to create an installer using NSIS and there is one custom page for checking hardware requirement. Currently, I am using the HwInfo plug-in, but the problem is the function GetVideoCardName only return 1 graphic card name even though the desktop has multiple graphic cards.
How can I get all installed graphic cards name using NSIS?
UPDATE:
I use WMI header to get all graphic cards name.
If anyone has better option, please tell me.