Re: FBA driver install order
From: Slobodan Brcin \(eMVP\) (sbrcin_at_ptt.yu)
Date: 01/17/05
- Next message: Slobodan Brcin \(eMVP\): "Re: Compressed version of SDI image?"
- Previous message: Slobodan Brcin \(eMVP\): "Re: eXP Component Documentation Sources"
- In reply to: Lucvdv: "FBA driver install order"
- Next in thread: Lucvdv: "Re: FBA driver install order"
- Reply: Lucvdv: "Re: FBA driver install order"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 Jan 2005 16:23:31 +0100
Hi Lucvdv,
If this was hardware driver then PnP would install it by default only after parallel driver was starter and enumerated device
connected to it.
But I think that your driver is software driver that in not hardware PnP, am I right?
In this case you had to preinstall driver from your component trough registry, right? You can set in services registry branch Start
value to 4 so your driver won't execute during the FBA. At end phase of FBA you can change Start value to 3 or some other required
value and thus enable it on next boot.
Regards,
Slobodan
PS:
Your software driver is purely written since it do not wait for parallel port to be available.
Also if this is hardware driver let us see inf file and give us more info about the device it handle.
"Lucvdv" <replace_name@null.net> wrote in message news:7l6nu09stjfr46uoaaredrhlfqifkh4a3p@4ax.com...
> Is there something like the "Phase" setting in an FBA generic command, that
> can be applied to driver installation?
>
>
> I have to install a driver after the parallel port driver has already been
> installed and started (this driver connects to the parallel port driver, it
> needs it to be running when it is installed to initialize some of its own
> parameters).
>
> I created a component based on the INF file, but it isn't properly
> installed: the service key in the registry is there, but with
> InitStartFailed=1.
>
> If I include the Add Hardware control panel and reinstall the driver after
> FBA has finished, through the same INF file that FBA has used, it works.
>
- Next message: Slobodan Brcin \(eMVP\): "Re: Compressed version of SDI image?"
- Previous message: Slobodan Brcin \(eMVP\): "Re: eXP Component Documentation Sources"
- In reply to: Lucvdv: "FBA driver install order"
- Next in thread: Lucvdv: "Re: FBA driver install order"
- Reply: Lucvdv: "Re: FBA driver install order"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|