ferventcoder / chocolatey-packages

The packages...all about the packages.
113 stars 112 forks source link

Updated the webpicmd msi urls and version number. #329

Open allensanborn opened 3 years ago

allensanborn commented 3 years ago

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.