Silent Switch for Intel HD Graphic Driver
#1
Posted 05 February 2012 - 10:05 AM
Thanks in advance.
#2
Posted 05 February 2012 - 10:59 AM
Quote
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
Posted 05 February 2012 - 11:04 AM
Sp0iLedBrAt, on 05 February 2012 - 10:59 AM, said:
Quote
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
Posted 05 February 2012 - 04:26 PM
#5
Posted 05 February 2012 - 11:26 PM
#6
Posted 06 February 2012 - 09:55 AM
pnputil -i -a <inf_name>.inf
#7
Posted 06 February 2012 - 12:31 PM
ricktendo64, on 06 February 2012 - 09:55 AM, said:
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
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
Posted 07 February 2012 - 11:32 AM
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
Posted 21 February 2012 - 10:02 PM
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"
- ← Unlocker 1.90 silent install script for Windows
- Application Installs
- "Always ask before opening this file" during install →



Help

Back to top









