i'm downloading this:
http://ftp.hercules.com/video/exe/RADEONSe...S_2KXP_7962.exe
because i've a hercules 3d prophet 9000 128mb!
please help me...
Posted 24 December 2003 - 07:25 AM
Posted 24 December 2003 - 11:46 AM
Posted 24 December 2003 - 12:25 PM
Posted 24 December 2003 - 12:35 PM
Posted 24 December 2003 - 01:50 PM
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-DlgOrder]
Dlg0={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdWelcome-0
Count=4
Dlg1={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdLicense-0
Dlg2={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-MessageBox-0
Dlg3={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdFinishReboot-0
[{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdWelcome-0]
Result=1
[{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdLicense-0]
Result=1
[Application]
Name=ATI Drivers
Version=3.00.000
Company=ATI Technologies Inc.
Lang=0009
[{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-MessageBox-0]
Result=1
[{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdFinishReboot-0]
Result=6
BootOption=0
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{5556E378-9A12-4236-9AD7-6F883389DE98}-DlgOrder]
Dlg0={5556E378-9A12-4236-9AD7-6F883389DE98}-SdWelcome-0
Count=2
Dlg1={5556E378-9A12-4236-9AD7-6F883389DE98}-SdFinishReboot-0
[{5556E378-9A12-4236-9AD7-6F883389DE98}-SdWelcome-0]
Result=1
[{5556E378-9A12-4236-9AD7-6F883389DE98}-SdFinishReboot-0]
Result=6
BootOption=3
[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=01
BootOption=03
BootOption=0???
Posted 24 December 2003 - 01:57 PM
Posted 24 December 2003 - 03:21 PM
Posted 24 December 2003 - 03:25 PM
Posted 24 December 2003 - 03:51 PM
Posted 24 December 2003 - 03:54 PM
Posted 24 December 2003 - 04:03 PM
if exist %systemdrive%\windows\system32\atiddc.dll goto atiyes if not exist %systemdrive%\windows\system32\atiddc.dll goto atino :ATIYES start /wait %systemdrive%\install\catalyst310\driver\Setup.exe -s -f1"%systemdrive%\install\catalyst310\driver\setup.iss" start /wait %systemdrive%\install\catalyst310\wdm\Setup.exe -s -f1"%systemdrive%\install\catalyst310\wdm\setup.iss" start /wait %systemdrive%\install\catalyst310\controlpanel\Setup.exe -s -f1"%systemdrive%\install\catalyst310\controlpanel\setup.iss" goto finish :ATINO goto finish
Posted 24 December 2003 - 04:07 PM
if exist %systemdrive%\windows\system32\atiddc.dll goto ATIYES goto ATINO :ATIYES start /wait %systemdrive%\install\catalyst310\driver\Setup.exe -s -f1"%systemdrive%\install\catalyst310\driver\setup.iss" start /wait %systemdrive%\install\catalyst310\wdm\Setup.exe -s -f1"%systemdrive%\install\catalyst310\wdm\setup.iss" start /wait %systemdrive%\install\catalyst310\controlpanel\Setup.exe -s -f1"%systemdrive%\install\catalyst310\controlpanel\setup.iss" :ATINO EXIT