Is there a command line swithc to install STS V2, Windows SharePoint Services
with Service Pack 1:
http://www.microsoft.com/downloads/details.aspx?FamilyID=efdc7227-549c-4de1-a063-783f71a8bb2b&DisplayLang=en,
to a different local drive? C:\ is near capacity and D:\ is a new drive.
stsv2 /? gave me a few switches but, I am not sure of what I can use for
/CMD:.

Re: Install STSV2.EXE to alternate drive by Thomas

Thomas
Thu Jul 28 20:19:29 CDT 2005

Try looking at:

http://office.microsoft.com/en-us/assistance/HA011607781033.aspx

Has a /datadir option...


>>> Eric<esnyder@nospam.pepehazard.com> 28/07/2005 10:01:08 PM >>>
Is there a command line swithc to install STS V2, Windows SharePoint
Services
with Service Pack 1:
http://www.microsoft.com/downloads/details.aspx?FamilyID=efdc7227-549c-4de1-
a063-783f71a8bb2b&DisplayLang=en,
to a different local drive? C:\ is near capacity and D:\ is a new drive.
stsv2 /? gave me a few switches but, I am not sure of what I can use for
/CMD:.



Re: Install STSV2.EXE to alternate drive by Mike

Mike
Thu Jul 28 23:40:13 CDT 2005

You can only install the basic installation of WSS to a specific set of
paths in X: where X: is your boot drive. (Typically C: of course but not
always)

The parameter refered to by Thomas in his reply means that the WMSDE
database system used in a default installation for content and configuration
databases can be allocated to a non-boot drive.

This may be all you need. The information in X: is fairly static with most
increases coming only in the database so provided you have enough room for
the standard installation files on X: now, you should be OK in the future.

[Note that if you are using SQL Server 2K you specify where that is to be
installed as part of the SQL Server installation - that parameter as I
understand it is for the default WMSDE installation.]

Mike Walsh, Helsinki, Finland
WSS FAQ http://wss.collutions.com
please reply to the newsgroup only

"Eric" <esnyder@nospam.pepehazard.com> wrote in message
news:DD52ECEF-0024-460A-88DC-779BF27B06AF@microsoft.com...
> Is there a command line swithc to install STS V2, Windows SharePoint
> Services
> with Service Pack 1:
> http://www.microsoft.com/downloads/details.aspx?FamilyID=efdc7227-549c-4de1-a063-783f71a8bb2b&DisplayLang=en,
> to a different local drive? C:\ is near capacity and D:\ is a new drive.
> stsv2 /? gave me a few switches but, I am not sure of what I can use for
> /CMD:.



Re: Install STSV2.EXE to alternate drive by Eric

Eric
Fri Jul 29 03:26:51 CDT 2005

That was it, THANK YOU!!

--
-Eric /*573474*/
"Thomas" <confishy@hotmail.com> wrote in message
news:%239S3Su9kFHA.2920@TK2MSFTNGP14.phx.gbl...
> Try looking at:
>
> http://office.microsoft.com/en-us/assistance/HA011607781033.aspx
>
> Has a /datadir option...
>
>
>>>> Eric<esnyder@nospam.pepehazard.com> 28/07/2005 10:01:08 PM >>>
> Is there a command line swithc to install STS V2, Windows SharePoint
> Services
> with Service Pack 1:
> http://www.microsoft.com/downloads/details.aspx?FamilyID=efdc7227-549c-4de1-
> a063-783f71a8bb2b&DisplayLang=en,
> to a different local drive? C:\ is near capacity and D:\ is a new drive.
> stsv2 /? gave me a few switches but, I am not sure of what I can use for
> /CMD:.
>
>



Re: Install STSV2.EXE to alternate drive by esnyder

esnyder
Fri Jul 29 09:39:03 CDT 2005

Yes, you are correct in that I am more worried about data space than "system"
space. Do the files need to be extracted, or can I run stsv2
/datadir="d:\program files\wmsdedata\\"?

"Mike Walsh" wrote:

> You can only install the basic installation of WSS to a specific set of
> paths in X: where X: is your boot drive. (Typically C: of course but not
> always)
>
> The parameter refered to by Thomas in his reply means that the WMSDE
> database system used in a default installation for content and configuration
> databases can be allocated to a non-boot drive.
>
> This may be all you need. The information in X: is fairly static with most
> increases coming only in the database so provided you have enough room for
> the standard installation files on X: now, you should be OK in the future.
>
> [Note that if you are using SQL Server 2K you specify where that is to be
> installed as part of the SQL Server installation - that parameter as I
> understand it is for the default WMSDE installation.]
>
> Mike Walsh, Helsinki, Finland
> WSS FAQ http://wss.collutions.com
> please reply to the newsgroup only
>
> "Eric" <esnyder@nospam.pepehazard.com> wrote in message
> news:DD52ECEF-0024-460A-88DC-779BF27B06AF@microsoft.com...
> > Is there a command line swithc to install STS V2, Windows SharePoint
> > Services
> > with Service Pack 1:
> > http://www.microsoft.com/downloads/details.aspx?FamilyID=efdc7227-549c-4de1-a063-783f71a8bb2b&DisplayLang=en,
> > to a different local drive? C:\ is near capacity and D:\ is a new drive.
> > stsv2 /? gave me a few switches but, I am not sure of what I can use for
> > /CMD:.
>
>
>

Re: Install STSV2.EXE to alternate drive by Mike

Mike
Fri Jul 29 09:52:20 CDT 2005

I've always extracted the files before running command line stuff with
parameters.

(That's not to say that it doesn't work otherwise - I just don't know).

Mike Walsh, Helsinki, Finland

"Eric" <esnyder@nospam.pepehazard.com> wrote in message
news:7B0EF663-898E-44DE-8465-7643C0617EDB@microsoft.com...
> Yes, you are correct in that I am more worried about data space than
> "system"
> space. Do the files need to be extracted, or can I run stsv2
> /datadir="d:\program files\wmsdedata\\"?
>
> "Mike Walsh" wrote:
>
>> You can only install the basic installation of WSS to a specific set of
>> paths in X: where X: is your boot drive. (Typically C: of course but not
>> always)
>>
>> The parameter refered to by Thomas in his reply means that the WMSDE
>> database system used in a default installation for content and
>> configuration
>> databases can be allocated to a non-boot drive.
>>
>> This may be all you need. The information in X: is fairly static with
>> most
>> increases coming only in the database so provided you have enough room
>> for
>> the standard installation files on X: now, you should be OK in the
>> future.
>>
>> [Note that if you are using SQL Server 2K you specify where that is to be
>> installed as part of the SQL Server installation - that parameter as I
>> understand it is for the default WMSDE installation.]
>>
>> Mike Walsh, Helsinki, Finland
>> WSS FAQ http://wss.collutions.com
>> please reply to the newsgroup only
>>
>> "Eric" <esnyder@nospam.pepehazard.com> wrote in message
>> news:DD52ECEF-0024-460A-88DC-779BF27B06AF@microsoft.com...
>> > Is there a command line swithc to install STS V2, Windows SharePoint
>> > Services
>> > with Service Pack 1:
>> > http://www.microsoft.com/downloads/details.aspx?FamilyID=efdc7227-549c-4de1-a063-783f71a8bb2b&DisplayLang=en,
>> > to a different local drive? C:\ is near capacity and D:\ is a new
>> > drive.
>> > stsv2 /? gave me a few switches but, I am not sure of what I can use
>> > for
>> > /CMD:.
>>
>>
>>



Re: Install STSV2.EXE to alternate drive by RobertGrimes

RobertGrimes
Sat Jan 21 03:01:02 CST 2006

I DO want to install the system part (program files content) on another
drive. Is it possible?

"Eric" wrote:

> Yes, you are correct in that I am more worried about data space than "system"
> space. Do the files need to be extracted, or can I run stsv2
> /datadir="d:\program files\wmsdedata\\"?
>
> "Mike Walsh" wrote:
>
> > You can only install the basic installation of WSS to a specific set of
> > paths in X: where X: is your boot drive. (Typically C: of course but not
> > always)
> >
> > The parameter refered to by Thomas in his reply means that the WMSDE
> > database system used in a default installation for content and configuration
> > databases can be allocated to a non-boot drive.
> >
> > This may be all you need. The information in X: is fairly static with most
> > increases coming only in the database so provided you have enough room for
> > the standard installation files on X: now, you should be OK in the future.
> >
> > [Note that if you are using SQL Server 2K you specify where that is to be
> > installed as part of the SQL Server installation - that parameter as I
> > understand it is for the default WMSDE installation.]
> >
> > Mike Walsh, Helsinki, Finland
> > WSS FAQ http://wss.collutions.com
> > please reply to the newsgroup only
> >
> > "Eric" <esnyder@nospam.pepehazard.com> wrote in message
> > news:DD52ECEF-0024-460A-88DC-779BF27B06AF@microsoft.com...
> > > Is there a command line swithc to install STS V2, Windows SharePoint
> > > Services
> > > with Service Pack 1:
> > > http://www.microsoft.com/downloads/details.aspx?FamilyID=efdc7227-549c-4de1-a063-783f71a8bb2b&DisplayLang=en,
> > > to a different local drive? C:\ is near capacity and D:\ is a new drive.
> > > stsv2 /? gave me a few switches but, I am not sure of what I can use for
> > > /CMD:.
> >
> >
> >