Syntax Fix
This commit is contained in:
@@ -19,7 +19,7 @@ function InstallOffice {
|
||||
Write-Host "Office setup files not found."
|
||||
}
|
||||
}
|
||||
else if ($mode -eq "online") {
|
||||
elseif ($mode -eq "online") {
|
||||
DownloadFiles -Type "Office-online"
|
||||
$setupPath = Join-Path $tmpPath "OfficeSetup.exe"
|
||||
Write-Host "Starting Microsoft Office Installation..."
|
||||
|
||||
Reference in New Issue
Block a user