Removed Edition parameter

This commit is contained in:
Alexander (Sasha) Nosov
2024-07-09 18:17:35 -07:00
committed by GitHub
parent 39346584cf
commit 2c0c27ecc7
@@ -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 ===="