> That is to be expected. The manufacturer's provide installable driver
> packages not individual files as it is never really sensible to work at
> the individual file level when installing drivers but rather one should
> install the entire package as supplied. In your case it would appear that
> when you first tried reinstalling the driver it was not replacing the none
> Win Me compatible version of wlanapi.dll so renaming it as you did was a
> good step to take.
It's sometimes helpful to dig into the setup files for the driver and look
in any files ending in .INF
Those files are typically how the installer decides which files are going to
be copied. Sometimes it helps to find those files, move them into a
temporary directory somewhere and then retry the setup. If you can't move
the files then you may have to boot into safe mode to do it. Thus make
notes of the INF (don't waste the paper printing ALL of it) and move them
while in safe mode. I've had good luck doing this for screwy drivers in the
past.
But make note of what was where before you moved them. It's possible for
any number of things to go wrong. Having the files still on disc will ease
recovering from a blue screen or similar disaster.
-Bill Kearney