Hi,

I have developed a WDM based device driver for a PCI card. I want to
write an installer which will install the driver and load it without
the need to use 'Add Hardware' utility.

I have tried InstallShield9.0, but it does not support driver
installation. InstallShield 11.0 does not support installation of
unsigned driver. I tried using various Setup Api like
'SetupDiInstallDevice', 'SetupInstallFile' etc., but nothing is
working. I have created a new class in my inf file since the PCI card
doesn't fit already existing classes. I can't use
UpdatePlugAndPlayDevice function as I want my installer to work for
first time installation as well.

Any help will be highly appreciated.

Thanks,
Mayur