Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Install Integration Services via Command Line

$
0
0
Hi guys,Has anyone installed integration services via command line to an existing SQL Server 2014 instance. This is my script:Start-Process –Wait -FilePath S:\Setup.exe -ArgumentList '/ConfigurationFile="R:\Installs\<INI File>.ini" /Features=IS /ISSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE" /Action=Install /UpdateEnabled=True /UpdateSource="R:\Updates"'Is there something wrong with this script? The .ini file has the Integration Services option selected but it does not appeared to be checked when I start the install. Where do I specify that IS install should be against the existing SQL instance?RegardsIC

Viewing all articles
Browse latest Browse all 6525

Trending Articles