Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Install SQL Server 7 without windows

2 views
Skip to first unread message

conso...@my-deja.com

unread,
Dec 27, 1999, 3:00:00 AM12/27/99
to
I would like to install SQL Server 7 without windows, directly without
pauses or interruptions .
Thanks.
Sorry if I don't speak english very good


Sent via Deja.com http://www.deja.com/
Before you buy.

Tibor Karaszi

unread,
Dec 27, 1999, 3:00:00 AM12/27/99
to
See my response in .server.

--
Tibor Karaszi
MCDBA, MCSE, MCSD, MCT, SQL Server MVP
Cornerstone Sweden AB
Please reply to the newsgroup only, not by email.


<conso...@my-deja.com> wrote in message
news:847946$pp8$1...@nnrp1.deja.com...

jp

unread,
Dec 27, 1999, 3:00:00 AM12/27/99
to
From BOL

Unattended Installation
You can perform an unattended installation using SQL Server Setup to install
Microsoft® SQL ServerT without having to respond to prompts. Instead, the
Setup program reads the installation settings from a setup initialization
file. An unattended setup can be convenient if you want to install several
instances of SQL Server with identical configurations. You can also use
Microsoft Systems Management Server (SMS) to perform unattended
installations on multiple Microsoft Windows NT® Servers in your enterprise.

For installing SQL Server, the SQL Server compact disc contains two setup
initialization files. The compact disc also includes two command files that
detect the platform of the computer and run the appropriate version of the
Setup program with a corresponding initialization file.

For removing SQL Server, the SQL Server compact disc contains an executable
file that removes SQL Server.

Batch file Initialization file Action
sql70cli.bat sql70cli.iss Installs the SQL Server management tools
sql70ins.bat sql70ins.iss Installs a typical installation of SQL Server1
sql70cst.bat sql70cst.iss Installs a custom installation of SQL Server1,2
sql70rem.bat Removes SQL Server

1 These files assign the SQL Server services to the local system account. If
you want the unattended installation to assign domain user accounts, create
a custom setup initialization file.
2 Installs all SQL Server components.

You can also create custom setup initialization files to automate any set of
installation options.


How to run an unattended installation (Command Prompt)
To run an unattended installation

Run Setupsql.exe from the setup directory in the appropriate architecture
directory.
The -f1 <initialization file path> argument selects an unattended setup
initialization file.

The start /wait command, together with the -SMS option, return control to
the command prompt only after SQL Server Setup finishes.

The -s flag causes the setup program to run in silent mode with no user
interface.

Examples
start /wait D:\x86\setup\setupsql.exe -f1 C:\InstallScripts\SQL7.iss -SMS -s


JP, MCSE

conso...@my-deja.com

unread,
Dec 28, 1999, 3:00:00 AM12/28/99
to
In article <elNBu2FU$GA....@cppssbbsa02.microsoft.com>,
> Thanks very much.

conso...@my-deja.com

unread,
Dec 28, 1999, 3:00:00 AM12/28/99
to
In article <ufwenjFU$GA.78@cppssbbsa05>,

"Tibor Karaszi" <ti...@cornerstone.se> wrote:
> See my response in .server.
>
> --
> Tibor Karaszi
> MCDBA, MCSE, MCSD, MCT, SQL Server MVP
> Cornerstone Sweden AB
> Please reply to the newsgroup only, not by email.
>
> <conso...@my-deja.com> wrote in message
> news:847946$pp8$1...@nnrp1.deja.com...
> > I would like to install SQL Server 7 without windows, directly
without
> > pauses or interruptions .
> > Thanks.
> > Sorry if I don't speak english very good
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
> Ok, thanks
0 new messages