Updated the webpicmd msi urls and version number. #329
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm attempting to install UrlRewrite2 using the webpi source.
cinst UrlRewrite2 -source webpi
It fails due to a 404 as shown in this gist when it attempts to download the webpicmd package:
Gist: https://gist.github.com/allensanborn/bc8e5903d3d42a5b86c171d1c3ef70f5
MSI that is 404ing: http://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstalleramd64en-US.msi.
I checked the webpi package and it is using the fwlink to redirect to the msi and it successfully downloads and installs.
https://community.chocolatey.org/packages/webpi#files
I checked the webpicmd package and it is using a direct link to an msi that is the same url that is 404ing in the logs.
https://community.chocolatey.org/packages/webpicmd#files
The Microsoft IIS site lists these as the Web Platform Installer Command Line msi links and lists it as v5.1 despite what the page's url states...:
https://docs.microsoft.com/en-us/iis/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release
WebPI v5.1 x86: https://download.microsoft.com/download/8/4/9/849DBCF2-DFD9-49F5-9A19-9AEE5B29341A/WebPlatformInstallerx86en-US.msi
WebPI v5.1 x64: https://download.microsoft.com/download/8/4/9/849DBCF2-DFD9-49F5-9A19-9AEE5B29341A/WebPlatformInstallerx64en-US.msi
I believe the webpicmd package needs to be updated with these newer urls.