geezery Posted May 12, 2007 Posted May 12, 2007 (edited) How to make a check if Ati Display adapter installed?I would like to install the Ati Traytools only if Ati display adapter installed. How could I make a check for that?I haven't tested the Ati Tray Tools before, does it need a Control Center installed or does it work standalone? Edited May 12, 2007 by geezery
cyberyeye Posted May 13, 2007 Posted May 13, 2007 In Runonceex.cmdFOR %%i IN (D E F G H I J K L M N O P Q R S T) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%22 /VE /D "ATI Tray Tool" /fIF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%22 /V 1 /D "%cdrom%\Soft\AtiTray\attsetup.exe /S" /fOf course you should install Ati drivers before, personnally in put in winnt.sif[Data] UnattendedInstall = Yes[unattended] UnattendMode = DefaultHide OemFilesPath= "..\$OEM$" OemSkipEula = Yes OemPnPDriversPath="Drivers\Ati" DriverSigningPolicy = Ignore OemPreinstall=YesAti driversmust be unpack !!!And my CD Directory is like this:RootCD-----|--$OEM$-------|-------$1--------|----Drivers--------|-------Ati($oem$\$1\Drivers\Ati)And of course this works fine
geezery Posted May 13, 2007 Author Posted May 13, 2007 (edited) Thank you very much. Does the Ati Traytools work without Ati Catalyst Control panel?The reason I'm asking is because I don't like the new Ati Catalyst Control Center. Edited May 13, 2007 by geezery
cyberyeye Posted May 16, 2007 Posted May 16, 2007 I don't use or install Catalyst Control Center (I mean "CCC").I just use/install Ati Drivers without CCC, and use Ati Tray Tool for the settings, that's it With ATT (ati tray tool) you can setup everything, eg, tvout, Direct 3D or OpenGl....No need to use or installing Ati Catalyst Control Center with ATT !Try it
geezery Posted May 16, 2007 Author Posted May 16, 2007 That was the second answer I wanted. Thanks a lot.
mr_smartepants Posted May 18, 2007 Posted May 18, 2007 (edited) In Runonceex.cmdIF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%22 /V 1 /D "%cdrom%\Soft\AtiTray\attsetup.exe /S" /fFrom what I've seen with the ATI tray tools beta, the installer doesn't use the /s switch anymore (Installshield?). Any idea which switches it uses now? Edited May 18, 2007 by mr_smartepants
cyberyeye Posted May 20, 2007 Posted May 20, 2007 (edited) Att (beta) v1.3.6.1041"attsetup.exe /S" still works... I never had any version working with another switch than /S/S is not /sTry it Edited May 20, 2007 by cyberyeye
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