
90,627
Downloads
85,898
Downloads of v 7.1.50430.20141001
10/2/2014
Last update
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.
To install WebPI (Platform Installer) Command Line, run the following command from the command line or from PowerShell:
C:\> choco install webpicmd
To upgrade WebPI (Platform Installer) Command Line, run the following command from the command line or from PowerShell:
C:\> choco upgrade webpicmd
Files
Hide- tools\tools\chocolateyInstall.ps1
Show
$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $packageName = 'webpicmd' $installerType = 'msi' # http://forums.iis.net/t/1178551.aspx?PLEASE+READ+WebPI+direct+download+links $url = 'http://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_x86_en-US.msi' $url64 = 'http://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi' $silentArgs = "/qn /norestart" $installDir = Join-Path "$toolsDir" 'webpi' $fileName = "$($packageName).msi" $file = Join-Path "$toolsDir" "$fileName" try { Get-ChocolateyWebFile "$packageName" "$file" "$url" "$url64" pushd "$toolsDir" # the trailing backslash is required! &lessmsi x "$fileName" "$installDir\" popd Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) }
- tools\tools\webpi\SourceDir\Microsoft\Web Platform Installer\WebPlatformInstaller.exe.ignore
Virus Scan Results
- webpicmd.7.1.50430.20141001.nupkg (d332aa818d17) - ## / 56 - Log in or click on link to see number of positives
- WebPlatformInstaller_amd64_en-US.msi (fd3aa11da27a) - ## / 57 - Log in or click on link to see number of positives
- WebPlatformInstaller_x86_en-US.msi (4277d5f72f60) - ## / 56 - Log in or click on link to see number of positives
Dependencies
-
- lessmsi (≥ 1.1.5.20140118)
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
WebPI (Platform Installer) Command Line 7.1.50430.20141001 | 85898 | Thursday, October 2, 2014 | approved |
WebPI (Platform Installer) Command Line 7.1.50430.0 | 1230 | Thursday, June 5, 2014 | |
WebPI (Platform Installer) Command Line 7.1.40719.0 | 2596 | Saturday, January 18, 2014 | |
WebPI (Platform Installer) Command Line 7.1.1374 | 903 | Tuesday, February 19, 2013 |
Discussion for the WebPI (Platform Installer) Command Line Package
Ground rules:
- This discussion is only about WebPI (Platform Installer) Command Line and the WebPI (Platform Installer) Command Line package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or WebPI (Platform Installer) Command Line, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.