Hello,

I have a legacy driver (not signed) that I like to install using
DPInst.exe part of DIFx 2.0.



I used the provided toaster sample installation XML as the basis. I add a
line to it after <dpInst> as follow to the file so I can install my unsigned
driver:



<?xml version="1.0"?>

<dpInst>

<legacyMode/>

<language code="0x0409">

and left all other sections of the file the same.



It doesn't install the driver and complain that the driver isn't signed.

When I run dpInst.exe with /lm switch, it will install the driver
successfully. What is the problem with XML file? Am I set the switch
correctly in the XML file?



Best regards