You can install Microsoft SQL Server Integration Services from the command prompt on a local or remote server. When you install from the command prompt, you can specify setup parameters at the command prompt, or you can use the /settings switch to load setup parameters from an .ini file. You must use either setup command line parameters or an .ini file, but you cannot use both.
When you install from the command prompt, you must use the addlocal="feature1,feature2,..." switch to specify the SQL Server features that you want to install. The following table shows the parameters that you can specify in an installation of Integration Services, including the Integration Services components, management and development tools, the SQL Server Database Engine, and SQL Server Books Online.
|
Value
|
Specifies
|
| SQL_DTS | The Integration Services components. Also installs support for Microsoft SQL Server 2000 Data Transformation Services (DTS) packages, including the DTS runtime and DTS package enumeration in SQL Server Management Studio. |
| SQL_WarehouseDevWorkbench |
Business Intelligence Development Studio. |
| SQL_Tools90 |
SQL Server Management Studio. |
| SQL_Engine | The SQL Server Database Engine. |
| SQL_Data_Files | The data files for the SQL Server Database Engine. This option is required when you specify the SQL_Engine option. |
| SQL_BooksOnline |
SQL Server Books Online. If you do not specify this option, context-sensitive Help will not be available in designers, editors, and wizards. |
For example, to install an instance of Integration Services, along with the product documentation, set the addlocal argument as shown in the following example:
setup addlocal="SQL_DTS,SQL_BooksOnline"
For more information about the SQL Server features that you can specify in the addlocal argument, see the template.ini file in the root folder of the SQL Server installation media, or see How to: Install SQL Server from the Command Prompt.
Important: |
|---|
|
You now have the option to install certain SQL Server components to a location other than the default location of %ProgramFiles%\Microsoft SQL Server\90. This option is available for Integration Services and Workstation Components (client tools, documentation, and samples). The switch to use for this option when you install from the command prompt is installsqlshareddir. |
Other Required Command Prompt Installation Parameters
Additional parameters, such as PIDKEY, are required for any installation that you perform by using the setup command from the command prompt. Other parameters may also be necessary for a particular installation of Integration Services and other SQL Server components.
For more information about installing the SQL Server products and technologies from the command prompt, see How to: Install SQL Server from the Command Prompt.