InstDrv plugin: This device cannot start. (Code 10)
Greetings, I am using NSIS 2.27 with the InstDrv plugin (http://nsis.sourceforge.net/InstDrv_plug-in). I am trying to write an installer for a driver (http://www.totalphase.com/support/do...sb-drivers.zip) on windows 2000


I started by taking the InstDrv example code and modifying it (see attached). It seems to have worked ok (got the following output)

InitDriverSetup:
DeleteOemInfFiles: 00000103
CreateDevice: 00000000
Output folder: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
Extract: FTD2XX.inf... 100%
Extract: FTD2XX.lib... 100%
Extract: FTD2XX.sys... 100%
Extract: FTD2XX.dll... 100%
Extract: FTD2XXUN.exe... 100%
Extract: FTD2XXUN.ini
InstallDriver: 00000000
Reboot: 1
CountDevices: 1
Completed

But in the Device Manager, the icon appears with an exclamation point and says: "This device cannot start. (Code 10)"

I appeal to the great wisdom of this board for ideas on why this might not be working. I have searched the web and through the forums and am still blocked. Any help will be greatly appreciated. Thank you