Advertisement
Guest User

Conifiguration.ini

a guest
Jun 15th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;SQL Server 2016 Configuration File
  2. [OPTIONS]
  3.  
  4. ; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.
  5.  
  6. ACTION="Install"
  7.  
  8. ; Specifies that SQL Server Setup should not display the privacy statement when ran from the command line.
  9.  
  10. SUPPRESSPRIVACYSTATEMENTNOTICE="False"
  11.  
  12. ; By specifying this parameter and accepting Microsoft R Open and Microsoft R Server terms, you acknowledge that you have read and understood the terms of use.
  13.  
  14. IACCEPTROPENLICENSETERMS="False"
  15.  
  16. ; Use the /ENU parameter to install the English version of SQL Server on your localized Windows operating system.
  17.  
  18. ENU="True"
  19.  
  20. ; Setup will not display any user interface.
  21.  
  22. QUIET="True"
  23.  
  24. ; Setup will display progress only, without any user interaction.
  25.  
  26. QUIETSIMPLE="False"
  27.  
  28. ; Parameter that controls the user interface behavior. Valid values are Normal for the full UI,AutoAdvance for a simplied UI, and EnableUIOnServerCore for bypassing Server Core setup GUI block.
  29.  
  30. ; UIMODE="Normal"
  31.  
  32. ; Specify whether SQL Server Setup should discover and include product updates. The valid values are True and False or 1 and 0. By default SQL Server Setup will include updates that are found.
  33.  
  34. UpdateEnabled="True"
  35.  
  36. ; If this parameter is provided, then this computer will use Microsoft Update to check for updates.
  37.  
  38. USEMICROSOFTUPDATE="True"
  39.  
  40. ; Specifies features to install, uninstall, or upgrade. The list of top-level features include SQL, AS, RS, IS, MDS, and Tools. The SQL feature will install the Database Engine, Replication, Full-Text, and Data Quality Services (DQS) server. The Tools feature will install shared components.
  41.  
  42. FEATURES=SQLENGINE,RS
  43.  
  44. ; Specify the location where SQL Server Setup will obtain product updates. The valid values are "MU" to search Microsoft Update, a valid folder path, a relative path such as .\MyUpdates or a UNC share. By default SQL Server Setup will search Microsoft Update or a Windows Update service through the Window Server Update Services.
  45.  
  46. UpdateSource="MU"
  47.  
  48. ; Displays the command line parameters usage
  49.  
  50. HELP="False"
  51.  
  52. ; Specifies that the detailed Setup log should be piped to the console.
  53.  
  54. INDICATEPROGRESS="False"
  55.  
  56. ; Specifies that Setup should install into WOW64. This command line argument is not supported on an IA64 or a 32-bit system.
  57.  
  58. X86="False"
  59.  
  60. ; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the SQL Server Database Engine (SQL), Analysis Services (AS), or Reporting Services (RS).
  61.  
  62. INSTANCENAME="MSSQLSERVER"
  63.  
  64. ; Specify the root installation directory for shared components.  This directory remains unchanged after shared components are already installed.
  65.  
  66. INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server"
  67.  
  68. ; Specify the root installation directory for the WOW64 shared components.  This directory remains unchanged after WOW64 shared components are already installed.
  69.  
  70. INSTALLSHAREDWOWDIR="C:\Program Files (x86)\Microsoft SQL Server"
  71.  
  72. ; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will incorporate the instance ID of the SQL Server instance.
  73.  
  74. INSTANCEID="MSSQLSERVER"
  75.  
  76. ; Specifies which mode report server is installed in.  
  77. ; Default value: “FilesOnly”  
  78.  
  79. RSINSTALLMODE="DefaultNativeMode"
  80.  
  81. ; TelemetryStartupConfigDescription
  82.  
  83. SQLTELSVCSTARTUPTYPE="Automatic"
  84.  
  85. ; TelemetryUserNameConfigDescription
  86.  
  87. SQLTELSVCACCT="NT Service\SQLTELEMETRY"
  88.  
  89. ; Specify the installation directory.
  90.  
  91. INSTANCEDIR="C:\Program Files\Microsoft SQL Server"
  92.  
  93. ; Agent account name
  94.  
  95. AGTSVCACCOUNT="golova\admin"
  96.  
  97. ; Auto-start service after installation.  
  98.  
  99. AGTSVCSTARTUPTYPE="Automatic"
  100.  
  101. ; CM brick TCP communication port
  102.  
  103. COMMFABRICPORT="0"
  104.  
  105. ; How matrix will use private networks
  106.  
  107. COMMFABRICNETWORKLEVEL="0"
  108.  
  109. ; How inter brick communication will be protected
  110.  
  111. COMMFABRICENCRYPTION="0"
  112.  
  113. ; TCP port used by the CM brick
  114.  
  115. MATRIXCMBRICKCOMMPORT="0"
  116.  
  117. ; Startup type for the SQL Server service.
  118.  
  119. SQLSVCSTARTUPTYPE="Automatic"
  120.  
  121. ; Level to enable FILESTREAM feature at (0, 1, 2 or 3).
  122.  
  123. FILESTREAMLEVEL="0"
  124.  
  125. ; Set to "1" to enable RANU for SQL Server Express.
  126.  
  127. ENABLERANU="False"
  128.  
  129. ; Specifies a Windows collation or an SQL collation to use for the Database Engine.
  130.  
  131. SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"
  132.  
  133. ; Account for SQL Server service: Domain\User or system account.
  134.  
  135. SQLSVCACCOUNT="golova\admin"
  136.  
  137. ; Set to "True" to enable instant file initialization for SQL Server service. If enabled, Setup will grant Perform Volume Maintenance Task privilege to the Database Engine Service SID. This may lead to information disclosure as it could allow deleted content to be accessed by an unauthorized principal.
  138.  
  139. SQLSVCINSTANTFILEINIT="False"
  140.  
  141. ; Windows account(s) to provision as SQL Server system administrators.
  142.  
  143. SQLSYSADMINACCOUNTS="GOLOVA\admin"
  144.  
  145. ; The number of Database Engine TempDB files.
  146.  
  147. SQLTEMPDBFILECOUNT="4"
  148.  
  149. ; Specifies the initial size of a Database Engine TempDB data file in MB.
  150.  
  151. SQLTEMPDBFILESIZE="8"
  152.  
  153. ; Specifies the automatic growth increment of each Database Engine TempDB data file in MB.
  154.  
  155. SQLTEMPDBFILEGROWTH="64"
  156.  
  157. ; Specifies the initial size of the Database Engine TempDB log file in MB.
  158.  
  159. SQLTEMPDBLOGFILESIZE="8"
  160.  
  161. ; Specifies the automatic growth increment of the Database Engine TempDB log file in MB.
  162.  
  163. SQLTEMPDBLOGFILEGROWTH="64"
  164.  
  165. ; Provision current user as a Database Engine system administrator for %SQL_PRODUCT_SHORT_NAME% Express.
  166.  
  167. ADDCURRENTUSERASSQLADMIN="False"
  168.  
  169. ; Specify 0 to disable or 1 to enable the TCP/IP protocol.
  170.  
  171. TCPENABLED="1"
  172.  
  173. ; Specify 0 to disable or 1 to enable the Named Pipes protocol.
  174.  
  175. NPENABLED="0"
  176.  
  177. ; Startup type for Browser Service.
  178.  
  179. BROWSERSVCSTARTUPTYPE="Disabled"
  180.  
  181. ; Specifies which account the report server NT service should execute under.  When omitted or when the value is empty string, the default built-in account for the current operating system.
  182. ; The username part of RSSVCACCOUNT is a maximum of 20 characters long and
  183. ; The domain part of RSSVCACCOUNT is a maximum of 254 characters long.
  184.  
  185. RSSVCACCOUNT="golova\admin"
  186.  
  187. ; Specifies how the startup mode of the report server NT service.  When
  188. ; Manual - Service startup is manual mode (default).
  189. ; Automatic - Service startup is automatic mode.
  190. ; Disabled - Service is disabled
  191.  
  192. RSSVCSTARTUPTYPE="Automatic"
  193.  
  194. IACCEPTSQLSERVERLICENSETERMS="True"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement