May 12, 200719 yr 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, 200719 yr by geezery
May 13, 200719 yr 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
May 13, 200719 yr Author 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, 200719 yr by geezery
May 16, 200719 yr 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
May 18, 200719 yr 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, 200719 yr by mr_smartepants
May 20, 200719 yr 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, 200719 yr by cyberyeye
Create an account or sign in to comment