Hello everybody.
I’ve been debugging a problem that i dont seem to be able to narrow
down, so abit of help is required.
Im installing unsigned network protcol driver (with snetcfg or manually)
and during the installation i get presented a question if the
installation should proceed or not as the driver is not signed by
Microsoft. At that stage, the execution is in Notify Object (
INetCfgComponentSetup::Install). I can trap the stop button there and i
save its status but after still the user sees the protocol in the
network device’s properties page (thou its not tagged as active)
Im 99.9% sure that the adding of the protocol does not happen in the
notify object but somewhere where the notify object gets called. Been
reading ddk docs about notify object and install procedure but i cannot
find anything that relates to my problem.
Does anyone have ideas what could cause the scenario above ?