mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Removed /Edition
This commit is contained in:
+7
-8
@@ -163,17 +163,16 @@ try {
|
||||
$setupPath = ($driveLetter + ":\setup.exe")
|
||||
$argumentList = "
|
||||
/q
|
||||
/ACTION=Install
|
||||
/ACTION=`"Install`"
|
||||
/FEATURES=SQL
|
||||
/INSTANCEDIR=C:\SQL
|
||||
/SQLSYSADMINACCOUNTS='$($SqlServerAdminAccounts)'
|
||||
/SQLSVCACCOUNT='$($SqlServerSvcAccount)'
|
||||
/SQLSVCPASSWORD='$($SqlServerSvcPassword)'
|
||||
/AGTSVCACCOUNT='$($SqlServerSvcAccount)'
|
||||
/AGTSVCPASSWORD='$($SqlServerSvcPassword)'
|
||||
/SQLSYSADMINACCOUNTS=`"$($SqlServerAdminAccounts)`"
|
||||
/SQLSVCACCOUNT=`"$($SqlServerSvcAccount)`"
|
||||
/SQLSVCPASSWORD=`"$($SqlServerSvcPassword)`"
|
||||
/AGTSVCACCOUNT=`"$($SqlServerSvcAccount)`"
|
||||
/AGTSVCPASSWORD=`"$($SqlServerSvcPassword)`"
|
||||
/IACCEPTSQLSERVERLICENSETERMS
|
||||
/PID='$($productKey)'
|
||||
/Edition='$($SqlServerEdition)'
|
||||
/PID=`"$($productKey)`"
|
||||
"
|
||||
if ($SqlServerInstanceName) {
|
||||
$argumentList += "/INSTANCENAME='$($SqlServerInstanceName)'"
|
||||
|
||||
Reference in New Issue
Block a user