Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manual/webpicmd/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions manual/webpicmd/webpicmd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<id>webpicmd</id>
<title>WebPI (Platform Installer) Command Line</title>
<version>7.1.50430.20141001</version>
<version>7.1.51515.0</version>
<authors>Microsoft</authors>
<owners>Rob Reynolds</owners>
<summary>Web PI (Platform Installer) Command Line v5</summary>
<description>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.
</description>
<projectUrl>http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release</projectUrl>
<projectUrl>https://docs.microsoft.com/en-us/iis/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release</projectUrl>
<packageSourceUrl>https://github.com/ferventcoder/chocolatey-packages/</packageSourceUrl>
<tags>webpi web pi platform installer microsoft tool</tags>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/webpi_45_en.htm</licenseUrl>
Expand Down