You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -116,11 +116,13 @@ Terminology differs somewhat between various database systems; please refer to t
116
116
*`is_svc_account`: Either domain user name or system account. Defaults to 'NT AUTHORITY\NETWORK SERVICE'.
117
117
*`is_svc_password`: Password for domain user.
118
118
*`pid`: Specify the SQL Server product key to configure which edition you would like to use. Can be left empty for evaluation versions.
119
-
*`install_switches`: Hash of install switches you would like to be based to a config file during installation.
119
+
*`install_switches`: Hash of optional installer switches for SQL Server setup.
120
120
121
-
**Please not that any duplicates from what we provide on the command line will be ignored. For more information see the links below
121
+
Please note that if an option is set in both its own specific parameter and `install_switches`, the specifically named parameter takes precedence. For example, if you set the product key in both `pid` and in `install_switches`, the `pid` parameter will be honored.
@@ -143,11 +145,13 @@ Terminology differs somewhat between various database systems; please refer to t
143
145
*`sql_svc_account`: Account for SQL Server service: Domain\User or system account.
144
146
*`sql_svc_password`: The SQL Server service password; required only for a domain account.
145
147
*`sql_sysadmin_accounts`: The Windows or SQL account(s) to provision as SQL Server system administrators.
146
-
*`install_switches`: Hash of install switches you would like to be based to a config file during installation.
148
+
*`install_switches`: Hash of optional installer switches for SQL Server instance setup.
149
+
150
+
Please note that if an option is set in both its own specific parameter and `install_switches`, the specifically named parameter takes precedence. For example, if you set the product key in both `pid` and in `install_switches`, the `pid` parameter will be honored.
147
151
148
-
** Please not that any duplicates from what we provide on the command line will be ignored. For more information see the links below
152
+
For more information about installer switches and configuration, see the links below:
0 commit comments