MSFN Forum: Silent Switch for Intel HD Graphic Driver - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silent Switch for Intel HD Graphic Driver Rate Topic: -----

#1 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 07-December 09

Posted 05 February 2012 - 10:05 AM

I am looking for silent switch for Intel HD Graphic Driver, here is the link: http://downloadcente...Y&DwnldID=20391

Thanks in advance.


#2 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 05 February 2012 - 10:59 AM

Best thing I could find was USSF 1.5.0.0, and its advice was this

Quote

Unpack the monolithic setup file with UniExtract or other archive extractor.
The unpack archive should be either .CAB based or .MSI based.
Next, only for .CAB based:
Record an installation with this command:Win7Vista_64_152250.exe /r /f1"X:\setup.iss"
Now you can perform a silent installation with the iss file:Win7Vista_64_152250.exe /s /f1"X:\setup.iss"
Next, only for .MSI based:
msiexec.exe /i setup.msi /qb



Cheers

#3 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 07-December 09

Posted 05 February 2012 - 11:04 AM

View PostSp0iLedBrAt, on 05 February 2012 - 10:59 AM, said:

Best thing I could find was USSF 1.5.0.0, and its advice was this

Quote

Unpack the monolithic setup file with UniExtract or other archive extractor.
The unpack archive should be either .CAB based or .MSI based.
Next, only for .CAB based:
Record an installation with this command:Win7Vista_64_152250.exe /r /f1"X:\setup.iss"
Now you can perform a silent installation with the iss file:Win7Vista_64_152250.exe /s /f1"X:\setup.iss"
Next, only for .MSI based:
msiexec.exe /i setup.msi /qb



Cheers

I have already tried this but it is not recording the installation. There is no iss file in C drive, I used "/r /f1"C:\setup.iss"

#4 User is offline   allen2 

  • Not really Newbie
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,439
  • Joined: 13-January 06

Posted 05 February 2012 - 04:26 PM

Extract it with 7zip to a folder then inside the folder run setup.exe /? for the options (-s seem to be the switch for silent install).

#5 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 07-December 09

Posted 05 February 2012 - 11:26 PM

View Postallen2, on 05 February 2012 - 04:26 PM, said:

Extract it with 7zip to a folder then inside the folder run setup.exe /? for the options (-s seem to be the switch for silent install).


Thanks mate it worked like charm. Thank you very much.

#6 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,125
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2012 - 09:55 AM

You can also use pnputil.exe inf driver installer

pnputil -i -a <inf_name>.inf


#7 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 07-December 09

Posted 06 February 2012 - 12:31 PM

View Postricktendo64, on 06 February 2012 - 09:55 AM, said:

You can also use pnputil.exe inf driver installer

pnputil -i -a <inf_name>.inf


Can you please elaborate further, I have extracted the driver.exe, there were only only four inf files and I tried all of them but none of them is working I got this msg on three occasions:
"Failed to install the driver on any of the devices on the system: No more date is available."

And one was autorun.inf.

#8 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 06 February 2012 - 04:18 PM

Microsoft PnP Utility
Usage:
------
pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <INF name>
Examples:
pnputil.exe -a a:\usbcam\USBCAM.INF      -> Add package specified by USBCAM.INF
pnputil.exe -a c:\drivers\*.inf          -> Add all packages in c:\drivers\
pnputil.exe -i -a a:\usbcam\USBCAM.INF   -> Add and install driver package     	<-----This is what Rick is suggesting
pnputil.exe -e           				-> Enumerate all 3rd party packages
pnputil.exe -d oem0.inf                  -> Delete package oem0.inf
pnputil.exe -f -d oem0.inf   			-> Force delete package
oem0.infpnputil.exe -?           				-> This usage screen

This post has been edited by Sp0iLedBrAt: 06 February 2012 - 04:19 PM


#9 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,125
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 February 2012 - 11:32 AM

If they failed to install it probably means that you dont have the specific hardware, then you would only need to use -a to add it to the driver repository and the driver will install once you plug in the device

Edit: it will also give that error if its already installed

This post has been edited by ricktendo64: 07 February 2012 - 04:53 PM


#10 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 242
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 February 2012 - 10:02 PM

Here's mine:


setup.exe -s -l 0009 -res 1280x800x32x60 -overwrite





and registry tweak,apply it before install the setup.exe.

[HKEY_CURRENT_USER\Software\Intel\Display\igfxcui\igfxtray\TrayIcon]
"ShowTrayIcon"=dword:00000000

[HKEY_CURRENT_USER\Software\Intel\Display\igfxcui\hkcmd\resources]
"UserLangID"="ENU"








Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy