Если еще интересно, то ATI Catalyst Control Center 10.2 тихо встает с ключом -install. Естественно дист должен быть распакован.
Вот все ключи:
читать дальше »
Usage:
>Atisetup.exe {-Install | -Uninstall} [-Use[Path]] [-Output [Screen] |
[Detail] | [Logfile [-Loglevel n]]]
Note:
Same-type exclusive commands cannot be used together.
Exclusive usage commands cannot be used together.
Command options are not case sensitive.
-HELP Help command lines
-? Help command lines
Exclusive mode commands cannot be used together.
-INSTALL Requesting Install process
-UNINSTALL [ALL] Requesting Uninstall process
[ALL]Uninstall all hidden pacakges(CIM,VC8,etc.)
Additional command options:
-USE packages root path | MSI file
Set the path to look for install packages
Note: If users has not set -use command then
ATISetup.exe uses the default path
-LANG Select default OS language
-LOG [Log File] The install status will be written into
specified log file. If no log file name
or path is specified, 'Setup.log' will be used
-OUTPUT SCREEN [DETAIL] | Log File name
SCREEN: Output basic information to console
DETAIL: Output detailed information to console
Log File name: Output Log File Name
Note: -If users do not use Output command then
ATISetup.exe will run in Silent mode
Setup.log will create when users only use Output
-LOGLEVEL <n> Define level of log entries.
Note: The default log level is n=3
n=0 Log levels 1,2,3,4
n=1 Log only error entries
n=2 Log errors and diagnostic entries
n=3 Log errors, diagnostic, and detail entries
n=4 Log errors, detailed entries, and debug info
-h #### -v #### -b ### -j ##[DDC]
Set default mode resolution for desktop.
-h #### is the horizontal size.
-v #### is the vertical size.
-b ## is the color depth in bits per pixe.
-j ###[DDC]is the vertical refresh rate.
[DDC] Indicates the highest supported refresh
rate as determined by DDC/EDID.
Examples:
>ATISetup.exe -Install -output screen
Comment:
Install package from default path and shows output progress information
>ATISetup.exe -Install -log c:\MySetup.log
Comment:
Install packages and create MySetup.log to report the install status
>ATISetup.exe -Install -Use c:\packages\Driver\"CL_21995.msi"
Comment:
Install CL_21995 driver package on Silent Mode
>ATISetup.exe -Install -Output c:\log.txt -Loglevel 4 -Use c:\packages\
Comment:
Install packages and create log.txt file with loglevel n=4 from define p
ath(c:\packages)
>ATISetup.exe -Uninstall
Comment:
Uninstall ATI packages on Silent Mode