Hello,

I need a pppoe driver on windows from xp to 98. Xp has pppoe built in,
but I need to install it from .inf file on previous versions. I tried using
SetupDi* functions, but they don't seem to work on 98.
Is there anything similar to SetupDi functions on 98?

Thanks.
Mike

Re: Installing network driver programatically on win98 by Ajay

Ajay
Fri Oct 21 05:06:08 CDT 2005

You will need to write a 16-bit code to install driver on Windows 98. Look
at sample IPNEW in win98 DDK.

Thanks,
-Ajay

"spojenie" <spojenie@discussions.microsoft.com> wrote in message
news:F4CA898D-234E-4331-BA6A-851530B43D1A@microsoft.com...
> Hello,
>
> I need a pppoe driver on windows from xp to 98. Xp has pppoe built in,
> but I need to install it from .inf file on previous versions. I tried
> using
> SetupDi* functions, but they don't seem to work on 98.
> Is there anything similar to SetupDi functions on 98?
>
> Thanks.
> Mike



Re: Installing network driver programatically on win98 by Stephan

Stephan
Mon Oct 24 04:52:24 CDT 2005

See also:

"Ipnew.exe: Contains Missing Files That Are Required by the IPNew
Sample"
http://support.microsoft.com/?kbid=233145

Get DDKs here:

http://www.microsoft.com/whdc/devtools/ddk/default.mspx

Stephan
---
Ajay Agrawal wrote:
> You will need to write a 16-bit code to install driver on Windows 98. Look
> at sample IPNEW in win98 DDK.
>
> Thanks,
> -Ajay
>
> "spojenie" <spojenie@discussions.microsoft.com> wrote in message
> news:F4CA898D-234E-4331-BA6A-851530B43D1A@microsoft.com...
> > Hello,
> >
> > I need a pppoe driver on windows from xp to 98. Xp has pppoe built in,
> > but I need to install it from .inf file on previous versions. I tried
> > using
> > SetupDi* functions, but they don't seem to work on 98.
> > Is there anything similar to SetupDi functions on 98?
> >
> > Thanks.
> > Mike