From 0e127ffb17d647a0301d4c40f5d6131678dfe128 Mon Sep 17 00:00:00 2001 From: Allen Sanborn Date: Fri, 14 May 2021 12:16:04 -0500 Subject: [PATCH] Updated the webpicmd msi urls and version number. --- manual/webpicmd/tools/chocolateyInstall.ps1 | 4 ++-- manual/webpicmd/webpicmd.nuspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/webpicmd/tools/chocolateyInstall.ps1 b/manual/webpicmd/tools/chocolateyInstall.ps1 index f674c9dbb..c11c20c2d 100644 --- a/manual/webpicmd/tools/chocolateyInstall.ps1 +++ b/manual/webpicmd/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageName = 'webpicmd' $installerType = 'msi' # http://forums.iis.net/t/1178551.aspx?PLEASE+READ+WebPI+direct+download+links -$url = 'https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_x86_en-US.msi' -$url64 = 'https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi' +$url = 'https://download.microsoft.com/download/8/4/9/849DBCF2-DFD9-49F5-9A19-9AEE5B29341A/WebPlatformInstaller_x86_en-US.msi' +$url64 = 'https://download.microsoft.com/download/8/4/9/849DBCF2-DFD9-49F5-9A19-9AEE5B29341A/WebPlatformInstaller_x64_en-US.msi' $silentArgs = "/qn /norestart" $installDir = Join-Path "$toolsDir" 'webpi' diff --git a/manual/webpicmd/webpicmd.nuspec b/manual/webpicmd/webpicmd.nuspec index 6264f6a4d..3e3e10678 100644 --- a/manual/webpicmd/webpicmd.nuspec +++ b/manual/webpicmd/webpicmd.nuspec @@ -3,13 +3,13 @@ webpicmd WebPI (Platform Installer) Command Line - 7.1.50430.20141001 + 7.1.51515.0 Microsoft Rob Reynolds Web PI (Platform Installer) Command Line v5 The Microsoft Web Platform Installer (Web PI) Command Line v5 makes it easy for you to download, install, and keep up to date on the latest software components of the Microsoft Web Platform for development and application hosting on the Windows operating system. Web PI does the work of comparing the newest available components across the Microsoft Web Platform against what is already installed on your computer; you can see what is new and what you haven't yet installed. You can use Web PI to learn more about different components and install one or more components in a chained installation, with Web PI handling reboots and logging failures where applicable. - http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release + https://docs.microsoft.com/en-us/iis/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release https://github.com/ferventcoder/chocolatey-packages/ webpi web pi platform installer microsoft tool http://www.microsoft.com/web/webpi/eula/webpi_45_en.htm