RBCC Posted May 26, 2011 Posted May 26, 2011 How do I silently install 10-2_legacy_vista32-64_dd_ccc.exe |? John
Sp0iLedBrAt Posted May 26, 2011 Posted May 26, 2011 I'm pretty sure they were packed with NSIS, so try the /S switch.Cheers
myselfidem Posted May 26, 2011 Posted May 26, 2011 (edited) I expand the program and I create a folder "ATI Driver" where I set all the expanded files, inside the distribution folder. And I use the silent switch: Setup.exe -INSTALL1) Using RunOnceEx method :REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceExSET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY%\001 /VE /D "ATI Display Driver" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\ATIDriver\Setup.exe -INSTALL" /f2) Using WPI (Windows Post Install Wizard):Same switch : Setup.exe -INSTALL3) You can also create an SFX file:http://www.msfn.org/board/topic/101552-7z-sfx-modified-module-and-tools/ Edited May 26, 2011 by myselfidem
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