Silent Driver Installation Problem

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

I need to install Intel chipset drivers via a script file in a silent
unattended mode. The file starts the installation and stops with a warning
dialog stating “ The software you are installing for this hardware: (Hardware
device name) has not passed Windows Logo testing to verify its compatibility
with Windows XP.�
Driver signing is set to Ignore on the local machine, both local and domain
have a silent allow driver signing policy. The installer uses the switches
–s (for silent) and –OVER ALL (to update ALL INF drivers even if third party
drivers are currently installed).
This dialog appears with both the Dell drivers and the Intel supplied drivers.
The driver should install silently with no UI or dialog popups. Can anyone
help with a workaround to bypass the Windows Logo dialog
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

Driver Signing Registry Values Cannot Be Modified Directly in Windows
http://support.microsoft.com/kb/298503/EN-US/?FR=1

Driver Signing Policy Is Automatically Elevated for Unsigned Drivers
http://support.microsoft.com/default.aspx?scid=kb;en-us;831583&FR=1&PA=1&SD=HSCH

According to the above, it can only be done during unattended setup, but take a look at this:

How to Add OEM Plug and Play Drivers to Windows XP http://support.microsoft.com/kb/314479/EN-US/?FR=1

The "Existing Windows installations" seems to address your problem.

Other than that, some kludge with 'appactivate()' and 'sendkeys()' for the security dialog seems to be about all there is.


--

Mark L. Ferguson (NOT an MS-MVP)
FAQ for MS Antispyware version 1.0.509
http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
marfers notes for windows xp http://www.geocities.com/marfer_mvp/chatNotes.htm
..
"Kevin Brennan" <Kevin Brennan@discussions.microsoft.com> wrote in message
news:9FA58CBB-A327-4D87-B385-9B8FB7B50934@microsoft.com...
>I need to install Intel chipset drivers via a script file in a silent
> unattended mode. The file starts the installation and stops with a warning
> dialog stating " The software you are installing for this hardware: (Hardware
> device name) has not passed Windows Logo testing to verify its compatibility
> with Windows XP."
> Driver signing is set to Ignore on the local machine, both local and domain
> have a silent allow driver signing policy. The installer uses the switches
> -s (for silent) and -OVER ALL (to update ALL INF drivers even if third party
> drivers are currently installed).
> This dialog appears with both the Dell drivers and the Intel supplied drivers.
> The driver should install silently with no UI or dialog popups. Can anyone
> help with a workaround to bypass the Windows Logo dialog
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

Unfortunately this will not help in this situation. The script I am
attempting installs different drivers based upon input form the user at first
boot. Ultimately the only user input will determining partitions and
choosing the driver set for each machine.
Thanks for your help.

Kevin


"Mark L. Ferguson" wrote:

> Driver Signing Registry Values Cannot Be Modified Directly in Windows
> http://support.microsoft.com/kb/298503/EN-US/?FR=1
>
> Driver Signing Policy Is Automatically Elevated for Unsigned Drivers
> http://support.microsoft.com/default.aspx?scid=kb;en-us;831583&FR=1&PA=1&SD=HSCH
>
> According to the above, it can only be done during unattended setup, but take a look at this:
>
> How to Add OEM Plug and Play Drivers to Windows XP http://support.microsoft.com/kb/314479/EN-US/?FR=1
>
> The "Existing Windows installations" seems to address your problem.
>
> Other than that, some kludge with 'appactivate()' and 'sendkeys()' for the security dialog seems to be about all there is.
>
>
> --
>
> Mark L. Ferguson (NOT an MS-MVP)
> FAQ for MS Antispyware version 1.0.509
> http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
> marfers notes for windows xp http://www.geocities.com/marfer_mvp/chatNotes.htm
> ..
> "Kevin Brennan" <Kevin Brennan@discussions.microsoft.com> wrote in message
> news:9FA58CBB-A327-4D87-B385-9B8FB7B50934@microsoft.com...
> >I need to install Intel chipset drivers via a script file in a silent
> > unattended mode. The file starts the installation and stops with a warning
> > dialog stating " The software you are installing for this hardware: (Hardware
> > device name) has not passed Windows Logo testing to verify its compatibility
> > with Windows XP."
> > Driver signing is set to Ignore on the local machine, both local and domain
> > have a silent allow driver signing policy. The installer uses the switches
> > -s (for silent) and -OVER ALL (to update ALL INF drivers even if third party
> > drivers are currently installed).
> > This dialog appears with both the Dell drivers and the Intel supplied drivers.
> > The driver should install silently with no UI or dialog popups. Can anyone
> > help with a workaround to bypass the Windows Logo dialog
> >
>
>
>