Lines Matching refs:exe
31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"
36 "https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe.sig"
37 -outfile "msys2.exe.sig"
38 - if ( Test-Path -Path msys64\var\cache\msys2.exe.sig ) {
40 …if ( ((Get-FileHash msys2.exe.sig).Hash -ne (Get-FileHash msys64\var\cache\msys2.exe.sig).Hash) ) {
42 Remove-Item -Path msys64\var\cache\msys2.exe.sig ;
43 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
44 Remove-Item -Path msys64\var\cache\msys2.exe
51 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
52 Remove-Item -Path msys64\var\cache\msys2.exe
55 - if ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
58 "https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe"
59 -outfile "msys64\var\cache\msys2.exe" ;
60 Copy-Item -Path msys2.exe.sig -Destination msys64\var\cache\msys2.exe.sig
64 - Write-Output "Invoking msys2.exe installer at $(Get-Date -Format u)"
65 - msys64\var\cache\msys2.exe -y