mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Removed Edition parameter
This commit is contained in:
+1
-3
@@ -16,8 +16,6 @@ param (
|
||||
[Parameter (Mandatory=$false)]
|
||||
[string]$AgtServerSvcAccount = "NT AUTHORITY\NETWORK SERVICE",
|
||||
[Parameter (Mandatory=$true)]
|
||||
[string]$AgtServerEdition,
|
||||
[Parameter (Mandatory=$true)]
|
||||
[string]$IsoFolder,
|
||||
[Parameter (Mandatory=$false)]
|
||||
[string]$Proxy
|
||||
@@ -195,7 +193,7 @@ try {
|
||||
$argumentList += " /PID=`"$($productKey)`"
|
||||
"
|
||||
}
|
||||
$argumentList
|
||||
|
||||
Start-Process -FilePath $setupPath -ArgumentList $argumentList
|
||||
|
||||
write-host "==== Dismount the ISO file after installation ===="
|
||||
|
||||
Reference in New Issue
Block a user