Sp0iLedBrAt Posted August 31, 2009 Posted August 31, 2009 (edited) Does anyone know how to make a silent install for the Catalyst driver HERE for ATI Radeon HD 3200?Thank you in advance Edited October 6, 2009 by Sp0iLedBrAt
uid0 Posted September 1, 2009 Posted September 1, 2009 I had an ati 2600 pro which was a pain to make unattended on xp, I couldn't get around WFP and I didn't want to have to hack any files to do so. In the end I bodged it:for /f "usebackq delims=" %%a in (`devcon find "@PCI\VEN_1002&DEV_9587&SUBSYS_00281002&REV_00\4&DDE4802&0&0008"`) do (set b=%%a)if "%b%"=="1 matching device(s) found." (start "" devcon install CX_53413.inf PCI\VEN_1002sleep 10nircmd.exe win dlgclick title "Hardware Installation" 5303sleep 10nircmd.exe setdisplay 1280 1024 32 100 -updatereg)There are almost certainly better ways...
Sp0iLedBrAt Posted October 6, 2009 Author Posted October 6, 2009 I found in an older post that newer versions of catalyst center use the -k switch for silent install. So, problem solved.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now