Archive: Detect soundcard


Detect soundcard
Good evening,

is there a way that the installer can detect the user´s soundcards (only the names) ?


thanks for help


You can write a plug-in to do this that calls the SetupAPI functions, or call the functions directly with the System plug-in. It would not be an easy task and maybe there's an easier way, but you'd need to iterate through devices with a specific device GUID.

Stu