Jump to content

MISC | Installing drivers silently AFTER Windows has installed.


Recommended Posts

Posted (edited)

Hi all !

After some thinking & testing, finally the best solution for me, it will be a silent installation of drivers after windows setup ...

Is it possible ? I have tested (not complety yet) the DriversFromCD but in fact it just for unknow devices ... and a popup for confirm install the driver comes too ... If for example, I want to update SiS IDE driver doesn't work (I think) ..

So if you can help/explain more, come one :thumbup

ps: Actually I AutoIt setup of drivers or silent install ... but the PnP mecanism of windows is great to autodetect the correct driver in a big folder with many INF files ....

Thanks in advance. Goodbye.

Edited by Bâshrat the Sneaky

Posted (edited)

SFX Installers

Intel INF

-------------

1) Download last version from Intel.com

2) Extract files into a new folder

3) Repackage all in the new folder into a auto extractible archive (like winrar) and set run after uncompression : "setup.exe -OVERALL -S"

VIA Hyperion Pro 5.04a

-------------------------------------

1) Download last version from Viaarena.com

2) Extract files into a new folder

3) Repackage all in the new folder into a auto extractible archive (like winrar) and set run after uncompression : "setup.exe -s"

Intel INF

-------------

1) Download last version from Intel.com

2) Extract files into a new folder

3) Repackage all in the new folder into a auto extractible archive (like winrar) and set run after uncompression : "setup.exe -OVERALL -S"

SiS IDE 2.04a

---------------------

Cancelled since SP2.

nForce

-----------

Cancelled

ForceWare

------------------

- Download ForceWare drivers, extract content to C:\NVIDIA (with Winrar for example)

- Edit setup.iss and change in last lines BootOption to value =0 to avoid reboot.

- Create a batch with these commands to install

start /w setup.exe -s
Catalyst

-------------

- Download Display driver only

- Download Control Center in your language only

- Begin the extraction of each and get folder from C:\ATi

- Create a batch with these commands to install

cd YourDisplayDriverFolder

start /w setup.exe -s

cd ..

cd YourControlCenterFolder

echo.

if not exist "%SystemRoot%\Microsoft.NET\Framework" exit

start /w setup.exe /S /V"/qb REBOOT=ReallySuppress"

Edited by sonic
  • 2 months later...

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...