使用自定义配置自动完成设置

时间:2017-01-04 02:16:14

标签: sql-server-2008 installation setup-deployment

很抱歉,如果我的问题听起来很模糊,但这就是我想要的。

问题

我有一个 Microsoft SQL Server 2008 设置,我需要自动安装自定义配置。

以下是我的安装方式: -

第1步
Permission to continue setup
第2步
enter image description here
第3步
enter image description here
第4步
enter image description here
第5步
enter image description here
第6步
enter image description here
第7步
enter image description here
第8步
enter image description here
第9步
enter image description here
第10步
enter image description here
步骤11
enter image description here
第12步
enter image description here
步骤13
enter image description here
第14步
enter image description here
第15步
enter image description here
第16步
enter image description here

问题

我不知道如何创建EXE或如何给设置命令执行以下自动。任何想法或线索如何解决这个问题将非常感激。

1 个答案:

答案 0 :(得分:0)

这是配置文件中的安装帮助..

您所要做的就是拥有一个配置文件,该文件描述您发布的操作和设置文件。

如果有这些,可以从命令提示符运行以下命令...

导航到设置所在的位置,然后在命令下启动..

Setup.exe 
/SQLSVCPASSWORD="password" 
/ASSVCPASSWORD="password" 
/AGTSVCPASSWORD="password"
  /ISSVCPASSWORD="password" 
/RSSVCPASSWORD="password" 
/SAPWD="password"
/ConfigurationFile=ConfigurationFile.INI

以上是您需要安装的选项的示例参数,您可以在此处找到所有参数..

Install SQL Server 2016 from the Command Prompt

如果您没有相关的配置文件,对于您的sql server版本,您可以使用以下步骤生成一个

https://msdn.microsoft.com/en-us/library/dd239405.aspx