Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Unattended install not possible?

Author  Topic 

ibost
Starting Member

3 Posts

Posted - 2005-04-21 : 15:38:28
Hi,

I am trying to do an unattended install of SQL Server 2000 Client Tools to a computer running Windows Standard Server 2003 + SP1.

I have recorded the ISS file and call it just like in the bat files:
start /wait x86\setup\setupsql.exe -s -m -SMS -f1 "setup.iss"

The very first thing that happens is this pop up dialog appears:
***********************************************
SQL Server 2000
SQL Server 2000 sp2 and below is not supported by this version of Windows. Please apply sp3 after installation of SQL Server 2000.

[Checkbox] Don't display this message again
[Buttons] Continue, Cancel, Details
***********************************************

I can't figure out a way to suppress that dialog and if I have to interact with it then it's not an unattended install!!

How do I work around the dialog?

Thanks,
Ian

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-04-21 : 19:04:42
I don't think you can, it's hard-coded into Windows 2003. You'll have to do manual installs on those computers.
Go to Top of Page

ibost
Starting Member

3 Posts

Posted - 2005-04-25 : 13:31:33
I found the solution:

http://support.microsoft.com/?id=815430

-Ian
Go to Top of Page
   

- Advertisement -