Jump to content

Recommended Posts

Posted

I have the .inf file for my Sony Multiscan 210ES monitor but after an unattended installation the monitor is still a plug and play monitor :) Please could somebody out there tell me how I get the monitor recognised? :rolleyes:


Posted

Does that mean monitors don't install by default during setup (assuming the path to the INF is correct and defined in winnt.sif)? Well crap, there goes half of my drivers folder :)

Posted

Well, I'm glad I wasted half a day downloading drivers for 10 different manufacturers and extracting them all :). On a side note, it really irks me when a bunch of manufacturers make separate zip files for all their monitors rather than one large zip file with all of them included.

Posted

I'm having the same problem with my xp unattended installation. Is there no way to tell the unattended file to install the plug n play monitor automatically? I mean, if not, so much for the 'unattended' part :)

Posted

my computer auto installs my monitor as a "Plug and Play". But I believe the reason the drivers don't install if because of Driver Signing. Most monitor drivers aren't signed. So when Windows looks for a driver, the "Plug and Play" one ends up with a higher score then the real driver, so it gets used.

Posted

How did you get your monitor to auto install? For driver signing, do you mean

DriverSigningPolicy=Ignore ? That's what I have under [unattended]

Also, does anyone know what folder the pnp monitor drivers are located in windows xp? I want to try putting all those drivers in the oem folder and tell the answerfile to refer to them under OemPnPDriversPath and see if that works.

I'm still learning how to perform an unattended installation correctly.

thanks

Posted

I should have made it clearer that I have the path to the .INF file for my monitor defined in winnt.sif but doing this now causes the installation to stop with a dialog box asking me for the path to the monitor driver. Even if I enter the path to the Sony .INF file the monitor is still installed has a plug and play monitor! :)

I know it doesn't make the world of difference to the final installation but has I have a driver for the Sony monitor I just wanted to have it installed automatically.

Posted

That is exactly what happens to me. ji46, if you find out how to fix it, please let me know how to fixed it.

Thanks!

Posted

I made a directory in $OEM$\DRIVERS\ called CRT (name it anything you want) and placed the drivers for my monitor in that directory, INF & CAT file. Add the $OEM$\DRIVERS\CRT path to your WINNT.SIF, OemPnPDriversPath=DRIVERS\CRT

works for me

Posted

You can force the installation using devcon, making sure that DEVCON is in your windows32 directory first:

I run this in my cleanup batch file whcih runs after the runonce batch file:

"devcon update "c:\program files\sony\sonylcd.inf" "Monitor\SNY0280""

Works every time.

Posted
You can force the installation using devcon, making sure that DEVCON is in your windows32 directory first:

I run this in my cleanup batch file whcih runs after the runonce batch file:

"devcon update "c:\program files\sony\sonylcd.inf" "Monitor\SNY0280""

Works every time.

Good if you're only installing on one computer. Bad if you want a generic CD you could use on any computer.

Posted

I edited monitor.inf in I386 and commented out the line:

%*PNP09FF.DeviceDesc%=VESADDC.Install,*PNP09FF

then added my monitor driver via OemPnPDriversPath.

This way drivers are installed whether signed or not.

Posted

So basically you're overridding it's detection mechanism and forcing it to install the driver for that monitor (which you know to be correct in that circumstance). However, you still run into the aformentioned issue if you install XP on another computer with a different monitor because it's going to install that monitor on their computer as well and could potentially end up putting invalid displays settings on their computer.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...