Fix anagene
This commit is contained in:
@@ -54,7 +54,7 @@ function InstallZipMsi {
|
||||
Write-Host "Installing $zipName..."
|
||||
$msiFilePath = Join-Path $tmpPath $(Join-Path $zipName $msi)
|
||||
Expand-Archive -Path (Join-Path $tmpPath $zip) -DestinationPath $tmpPath -Force
|
||||
Start-Process -FilePath "msiexec.exe" -ArgumentList "/i `"$msiFilePath`" /qn" -Wait
|
||||
Start-Process -FilePath "msiexec.exe" -ArgumentList "/i `"$msiFilePath`" /qb" -Wait
|
||||
}
|
||||
|
||||
function InstallZip {
|
||||
|
||||
Reference in New Issue
Block a user