PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.setup > client tools silent or unattended install
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

client tools silent or unattended install

Réponse
 
LinkBack Outils de la discussion
Vieux 03/10/2006, 21h22   #1
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut client tools silent or unattended install

A number of our users had SQL Server 2000 Enterprise Manager installed. We
upgraded them to SQL Server 2005 Management Studio including the rest of the
client tools such as the SQL Server Business Intelligence Development Studio
via an installation package using our network management software.

The installation package is basically all the changes applied to a base
image after running the installation, which ends up being faster because the
setup program doesn't have to be run on the target computer, instead.the
operation is reduced to a straight copy of files and registry settings.

Overall, this approach worked fine and users are able to work with
Management Studio, however, when launching the Business Intelligence
Development Studio, they get a "Microsoft Visual Studio" message box
displaying "Invalid license data. Reinstall is Required." and the program
terminates.

Only a limited number of users need the Business Intelligence Development
Studio, so we've worked around this problem by running the setup program on
the target computer.

It seems that we'll need to run the setup program instead of the
installation package, but is there a way to do a silent or unattended
installation using the setup program?


  Réponse avec citation
Vieux 03/10/2006, 21h40   #2
Keith Kratochvil
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: client tools silent or unattended install

You probably want to take a look at the section titled "Remote Setup
Information for SQL Server 2005"

Enter this URL within the SQL Server 2005 Books Online:
ms-://MS.SQLCC.v9/MS.SQLSVR.v9.en/instsql9/html/acabb99f-af23-4ceb-8f42-ff3ac0e1e52e.htm

Or hit the online version of Books Online
http://msdn2.microsoft.com/en-us/library/ms143734.aspx


--
Keith Kratochvil


<20060524@newsgroups.nospam> wrote in message
news:O7KC5my5GHA.756@TK2MSFTNGP05.phx.gbl...
>A number of our users had SQL Server 2000 Enterprise Manager installed. We
>upgraded them to SQL Server 2005 Management Studio including the rest of
>the client tools such as the SQL Server Business Intelligence Development
>Studio via an installation package using our network management software.
>
> The installation package is basically all the changes applied to a base
> image after running the installation, which ends up being faster because
> the setup program doesn't have to be run on the target computer,
> instead.the operation is reduced to a straight copy of files and registry
> settings.
>
> Overall, this approach worked fine and users are able to work with
> Management Studio, however, when launching the Business Intelligence
> Development Studio, they get a "Microsoft Visual Studio" message box
> displaying "Invalid license data. Reinstall is Required." and the program
> terminates.
>
> Only a limited number of users need the Business Intelligence Development
> Studio, so we've worked around this problem by running the setup program
> on the target computer.
>
> It seems that we'll need to run the setup program instead of the
> installation package, but is there a way to do a silent or unattended
> installation using the setup program?
>



  Réponse avec citation
Vieux 04/10/2006, 05h01   #3
Charles Wang[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: client tools silent or unattended install

Hi,
If you want to install all the components on your computer, you can use:
Start /wait <CD or DVD Drive>\servers\setup.exe /qb
INSTANCENAME=<InstanceName> ADDLOCAL=All PIDKEY=<pidkey value with no "-">
SAPWD=<StrongPassword> SQLACCOUNT=<domain\user>
SQLPASSWORD=<DomainUserPassword> AGTACCOUNT=<domain\user>
AGTPASSWORD=<DomainUserPassword> SQLBROWSERACCOUNT=<domain\user>
SQLBROWSERPASSWORD=<DomainUserPassword>

Please refer to these two articles:
How to: Install SQL Server 2005 from the Command Prompt
http://msdn2.microsoft.com/en-us/library/ms144259.aspx

Installing SQL Server Integration Services from the Command Prompt
http://msdn2.microsoft.com/en-us/library/ms143512.aspx

If you have any other questions or concern,s please feel free to let me
know. It's my pleasure to be of assistance.

Charles Wang
Microsoft Online Community Support

================================================== ====
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
================================================== ====
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ====

  Réponse avec citation
Vieux 04/10/2006, 18h13   #4
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: client tools silent or unattended install

Thank you very much! I was using "silent or unattended install" in my BOL
keyword searches yesterday with no luck.

"Keith Kratochvil" <sqlguy.back2u@comcast.net> wrote in message
news:uyTHmxy5GHA.2104@TK2MSFTNGP06.phx.gbl...
> You probably want to take a look at the section titled "Remote Setup
> Information for SQL Server 2005"
>
> Enter this URL within the SQL Server 2005 Books Online:
> ms-://MS.SQLCC.v9/MS.SQLSVR.v9.en/instsql9/html/acabb99f-af23-4ceb-8f42-ff3ac0e1e52e.htm
>
> Or hit the online version of Books Online
> http://msdn2.microsoft.com/en-us/library/ms143734.aspx
>
>
> --
> Keith Kratochvil
>
>



  Réponse avec citation
Vieux 04/10/2006, 18h15   #5
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: client tools silent or unattended install

Thanks! Keith pointed me in that same direction as well.

"Charles Wang[MSFT]" <changliw@online.microsoft.com> wrote in message
news:N46fWn25GHA.5760@TK2MSFTNGXA01.phx.gbl...
> Hi,
> If you want to install all the components on your computer, you can use:
> Start /wait <CD or DVD Drive>\servers\setup.exe /qb
> INSTANCENAME=<InstanceName> ADDLOCAL=All PIDKEY=<pidkey value with no "-">
> SAPWD=<StrongPassword> SQLACCOUNT=<domain\user>
> SQLPASSWORD=<DomainUserPassword> AGTACCOUNT=<domain\user>
> AGTPASSWORD=<DomainUserPassword> SQLBROWSERACCOUNT=<domain\user>
> SQLBROWSERPASSWORD=<DomainUserPassword>
>
> Please refer to these two articles:
> How to: Install SQL Server 2005 from the Command Prompt
> http://msdn2.microsoft.com/en-us/library/ms144259.aspx
>
> Installing SQL Server Integration Services from the Command Prompt
> http://msdn2.microsoft.com/en-us/library/ms143512.aspx
>
> If you have any other questions or concern,s please feel free to let me
> know. It's my pleasure to be of assistance.
>
> Charles Wang
> Microsoft Online Community Support
>
> ================================================== ====
> When responding to posts, please "Reply to Group" via
> your newsreader so that others may learn and benefit
> from this issue.
> ================================================== ====
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> ================================================== ====
>



  Réponse avec citation
Vieux 05/10/2006, 03h08   #6
Charles Wang[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: client tools silent or unattended install

Hi ,
Appreciate your update and response.

I'm sorry for providing similar information. Just in some times, we are
afraid that some community members are willing to get more specific
information. Even though the MVPs are very enthusiastic to provide
assistance and can them resolve their issues, we still can't get the
best survey result, so we are trying providing more specific information if
the first reply seems not detailed. I appreciate your understanding.

Anyway, I am glad to hear that the problem has been fixed. If you have any
other questions or concerns, please do not hesitate to contact us. It is
always our pleasure to be of assistance.

Have a nice day!

Charles Wang
Microsoft Online Community Support
================================================== ====
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
================================================== ====
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ====

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h15.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12289 seconds with 14 queries