Jump to content

ati catalyst control panel silent


buletov

Recommended Posts

Please, i don't have a Radeon card, so can somebody please post me a modified setup.iss file that does decent silent install (for Catalyst Control Panel 4.8 or 4.9) without restart and without that shortcut on desktop. Installation switches also wouldn't hurt... Thank you.

Link to comment
Share on other sites


this is my current file but a friend of mine says it doesn't work (Catalyst 4.8):

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-DlgOrder]
Dlg0={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdWelcome-0
Count=4
Dlg1={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdLicense-0
Dlg2={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdAskDestPath-0
Dlg3={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdFinishReboot-0
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdWelcome-0]
Result=1
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdLicense-0]
Result=1
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdAskDestPath-0]
szDir=C:\Program Files\ATI Technologies\ATI Control Panel
Result=1
[Application]
Name=ATI Control Panel
Version=3.00.000
Company=ATI Technologies
Lang=0009
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdFinishReboot-0]
Result=1
BootOption=0

and I call it using:

if exist %systemroot%\system32\atiddc.dll (
echo.Radeon Display Adapter detected...
start /wait \VALUEADD\3RDPARTY\ATiCP\Setup.exe -s -f1"\VALUEADD\3RDPARTY\ATiCP\setup.iss"
)

(note that my batch file is ran from cd, not hd; paths are correct)

Link to comment
Share on other sites

The setup stops because it can't write to the cd-rom to create the setup.log

If you are running it from the CD you must specify a path for the setup.log file, this is normally created on the drive where the setup is run from, you can use the -f2 switch to alter the path.

-f2%systemdrive%\setup.log

Link to comment
Share on other sites

It seems ok but, I'm no expert on the files, if you have created the iss file using the -R switch when installing the drivers then I can't see a problem.

I dont think there would be any difference between the driver versions, unless ATI have added additional components, there are probably drivers updates that fix bugs with games and different cards.

Link to comment
Share on other sites

OK, it finally works...

The problem was obvious in the thing that files must be on hard drive and not on CD...

This is what I used, if anyone needs it:

- all files are within selfextractng archive aticc.exe which silently extracts to C:\ATI

- the last line changed to BootOption=0 in two .iss files

- modified .reg files to tweak some settings (not required)

- used this in my cmd file:

if exist %systemroot%\system32\atiddc.dll (
echo.Radeon Display Adapter detected...
start /wait Bin\ATI\aticc.exe >nul
start /wait C:\ATI\Setup.exe -s -f1 setup.iss >nul
del "%systemdrive%\Documents and Settings\All Users\Desktop\ATI CATALYST.lnk"
)

Link to comment
Share on other sites

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...