Files
create-win-version/images/windows/scripts/build/Install-WebPlatformInstaller.ps1
2024-11-13 17:16:01 -07:00

11 lines
455 B
PowerShell

################################################################################
## File: Install-WebPI.ps1
## Desc: Install WebPlatformInstaller
################################################################################
Install-Binary -Type MSI `
-Url 'http://go.microsoft.com/fwlink/?LinkId=287166' `
-ExpectedSignature 'C3A3D43788E7ABCD287CB4F5B6583043774F99D2'
Invoke-PesterTests -TestFile "Tools" -TestName "WebPlatformInstaller"