Jump to content

Recommended Posts

Posted

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.


Posted

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)

Posted

oh come on...one of you guy must have working method...

i now got more details; the setup starts silently but suddenly stops; and if i run it without silent option, it installs normaly. so the problem MUST be in iss file.

Posted

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

Posted

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.

Posted

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

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