Catalyst install
#1
Posted 25 February 2004 - 03:29 PM
My unattended windows works fine, but how can I get rid of the reboot question (that hangs the silent process) at the end of the Catalyst drivers silent installation ?
Thanks...
#2
Posted 25 February 2004 - 03:53 PM
#3
Posted 25 February 2004 - 04:19 PM
create a answer using -r when running the setup, and when it asks to restart, be sure to select no. The answer file will be created in the Windows directory.
http://unattended.MSFN.org
there are pcitures and what not there
#4
Posted 25 February 2004 - 04:21 PM
Following the guide, I did a silent installation of the Catalyst driver package from [GuiRunOnce] using an ISS file.
Here is how I did :
In Winnt.sif :
[Unattended]
... OemPnPDriversPath="Drivers\000_intel;Drivers\001_ati;Drivers\002_lg;Drivers\003_alcatel"
DriverSigningPolicy=Ignore
...
[GuiRunOnce]
%systemdrive%\install\start.cmd
In start.cmd :
...
ECHO.
ECHO Catalyst 3.2
ECHO Please wait...
start /wait %systemdrive%\Drivers\001_ati\Setup.exe -s -f1"%systemdrive%\Drivers\001_ati\setup.iss"
...
In Setup.iss :
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{43801800-CFEE-11D2-A41B-006097B55AD3}-DlgOrder]
Dlg0={43801800-CFEE-11D2-A41B-006097B55AD3}-SdWelcome-0
Count=3
Dlg1={43801800-CFEE-11D2-A41B-006097B55AD3}-SdLicense-0
Dlg2={43801800-CFEE-11D2-A41B-006097B55AD3}-SdOptionsButtons-0
[{43801800-CFEE-11D2-A41B-006097B55AD3}-SdWelcome-0]
Result=1
[{43801800-CFEE-11D2-A41B-006097B55AD3}-SdLicense-0]
Result=1
[{43801800-CFEE-11D2-A41B-006097B55AD3}-SdOptionsButtons-0]
Result=101
Thanks...
#5
Posted 25 February 2004 - 04:47 PM
Pick up the Catalyst 4.2 suite, here....
Secondly, I too have had problems with unwanted reboots installing Catalyst using AaronXP's guide, in short, it doesn't work for me, but each time I have posted about it I didn't get much of a response, other than to 'use the guide'...
Personally I gave up in the end, I just let the OemPnPDrivers bit in winnt.sif find most of the ATI drivers it needs during the Unattended, then I run the ATI stuff by hand once the system is up and finished... Your mileage may vary...
Good luck with it, I'll watch this thread incase you get an answer, as I would love to get this one to install without forcing an unwanted reboot..
Kay
#6
Posted 25 February 2004 - 05:08 PM
Heres how I do my cat installs and it works fine.
Both run from RunOnceEX
start /wait %SystemDrive%\Drivers\ATi\Catalyst\Setup.exe /s /sms -f2%Logs%\ATi_Catalyst.txt start /wait %SystemDrive%\Drivers\ATi\CPanel\Setup.exe /s /sms -f2%Logs%\ATi_CPanel.txt
Catalyst Driver ISS Contents
[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
Catalyst CPanel ISS Contents
[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=D:\Apps\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=0
Hope that helps.
#7
Posted 25 February 2004 - 05:15 PM
The fact is that the Catalyst drivers are installed correctly (drivers, control panel, smartgart...). But, at the end, I'm asked if I want to reboot or not. What makes the XP installation not fully unattended. When I choose "no reboot" the silent installation completes.
What about putting something like what I found in setup .iss of Intel drivers ?
[{7C21EEE0-E6FD-11D4-BD19-00D0B702AEC0}-SdFinishReboot-0]
Result=1
BootOption=0
Thanks...
#8
Posted 25 February 2004 - 05:35 PM
#9
Posted 25 February 2004 - 06:04 PM
Quote
Of course I did. I haven't read your post before I did mine.
But, nothing seems to work in my Catalyst "setup.iss". I'm always asked to reboot or not.
#10
Posted 25 February 2004 - 07:24 PM
#11
Posted 26 February 2004 - 02:20 PM
Waldo, on Feb 25 2004, 04:21 PM, said:
Following the guide, I did a silent installation of the Catalyst driver package from [GuiRunOnce] using an ISS file.
Here is how I did :
In Winnt.sif :
[Unattended]
... OemPnPDriversPath="Drivers\000_intel;Drivers\001_ati;Drivers\002_lg;Drivers\003_alcatel"
DriverSigningPolicy=Ignore
...
If I choose to install the Catalyst drivers using the ISS file method, do I need to include any reference to them in OemPnPDriversPath?
#13
Posted 26 February 2004 - 03:04 PM
Waldo said:
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{43801800-CFEE-11D2-A41B-006097B55AD3}-DlgOrder]
Dlg0={43801800-CFEE-11D2-A41B-006097B55AD3}-SdWelcome-0
Count=3
Dlg1={43801800-CFEE-11D2-A41B-006097B55AD3}-SdLicense-0
Dlg2={43801800-CFEE-11D2-A41B-006097B55AD3}-SdOptionsButtons-0
[{43801800-CFEE-11D2-A41B-006097B55AD3}-SdWelcome-0]
Result=1
[{43801800-CFEE-11D2-A41B-006097B55AD3}-SdLicense-0]
Result=1
[{43801800-CFEE-11D2-A41B-006097B55AD3}-SdOptionsButtons-0]
Result=101
Could I just use your ISS file? If I had to create my own, I would have to reinstall drivers on my current installation of XP.
#14
Posted 27 February 2004 - 04:17 PM



Help
Back to top









