Jump to content

Recommended Posts

Posted (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 by geezery

Posted

In Runonceex.cmd

FOR %%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" /f

IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%22 /V 1 /D "%cdrom%\Soft\AtiTray\attsetup.exe /S" /f

Of 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=Yes

Ati 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 :)

Posted (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 by geezery
Posted

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 ;)

Posted (edited)
In Runonceex.cmd

IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%22 /V 1 /D "%cdrom%\Soft\AtiTray\attsetup.exe /S" /f

From 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 by mr_smartepants
Posted (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 /s

Try it :)

Edited by cyberyeye

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...