mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-16 05:07:39 +00:00
Update install routine
This commit is contained in:
parent
a7ffeac9db
commit
ae853df86b
4 changed files with 106 additions and 68 deletions
4
dx
4
dx
|
|
@ -11,6 +11,10 @@ function Main {
|
|||
Write-Warning "This script does not support Windows RT. Exiting..."
|
||||
return 1
|
||||
}
|
||||
elseif ($procArch -eq 'ia64') {
|
||||
Write-Warning "This script does not support Itanium. Exiting..."
|
||||
return 1
|
||||
}
|
||||
|
||||
$flagPath = "$env:TEMP\elevation_success.flag"
|
||||
if (Test-Path $flagPath) { Remove-Item $flagPath -ErrorAction SilentlyContinue }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue