
62,161
Downloads
156
Downloads of v 6.0.0-beta7
11/4/2017
Last update
powershell-core (Install)
6.0.0-beta7
PowerShell Core is the multiplatform version of PowerShell
To install powershell-core (Install), run the following command from the command line or from PowerShell:
C:\> choco install powershell-core
--version 6.0.0-beta7 --pre
To upgrade powershell-core (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade powershell-core
--version 6.0.0-beta7 --pre
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'powershell-core' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $VersionMaj = '6.0.0' $versionMinor = '7' $Version = "$VersionMaj.$versionMinor" $PFSubfolder = "$VersionMaj-beta.$versionMinor" $InstallFolder = "$env:ProgramFiles\PowerShell\$PFSubfolder" If (Test-Path "$InstallFolder\powershell.exe") { Write-output "$packagename version $PFSubfolder is already installed by another means." Exit 0 } $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir fileType = 'MSI' url = 'https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-win-x86.msi' url64bit = 'https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-win-x64.msi' softwareName = "PowerShell-6.0.0*" checksum = '46237804A38F08C3F1E290C710DA6CAF22876B07C15D2C9BEF72E9DE47CFD667' checksumType = 'sha256' checksum64 = 'B9105EF2F52EE30DB7082039BC3AED84743E2BAE883B9220F7AD6B2C76BA662F' checksumType64= 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0 validExitCodes= @(0, 3010, 1641) } Install-ChocolateyPackage @packageArgs Write-Output "************************************************************************************" Write-Output "* INSTRUCTIONS: Your system default PowerShell version has not been changed: *" Write-Output "* To start PowerShell Core $version, execute: *" Write-Output "* `"$installfolder\PowerShell.exe`" *" Write-Output "* Or start it from the desktop or start menu shortcut installed by this package. *" Write-Output "************************************************************************************"
- tools\LICENSE.txt
Show
From: https://raw.githubusercontent.com/PowerShell/PowerShell/master/LICENSE.txt LICENSE PowerShell 6.0 Copyright (c) Microsoft Corporation All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- tools\VERIFICATION.txt
Show
VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. Retrieve the SHA256 value for the specific release MSI you will install from this page: https://github.com/PowerShell/PowerShell/releases Calculate the SHA256 on the file and compare. The package also contains and performs the checksum even when it has the source internally.
Virus Scan Results
- powershell-core.6.0.0-beta7.nupkg (6fa027f9b08c) - ## / 61 - Log in or click on link to see number of positives
- PowerShell-6.0.0-beta.7-win-x64.msi (b9105ef2f52e) - ## / 53 - Log in or click on link to see number of positives
- PowerShell-6.0.0-beta.7-win-x86.msi (46237804a38f) - ## / 53 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Microsoft
Tags
Release Notes
Product Release Notes https://github.com/PowerShell/PowerShell/releases/tag/v6.0.0-beta.6
Package release Notes:
6.0.0-beta.7
- There are now only two packages for Windows - one for 32-bit and one for 64-bit
6.0.0-beta.5
- Windows 7 packages are available again
Beta 1-6 - THERE ARE NO WIN 7 RELEASES FOR THE BETA SERIES YET, ALPHA 18 IS INSTALLED INSTEAD
- removed custom icon creation on desktop
- removed uninstall script as it frustrates the auto uninstaller which is doing a clean uninstall
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
powershell-core (Install) 6.1.2 | 3544 | Thursday, January 17, 2019 | approved |
powershell-core (Install) 6.1.1 | 5892 | Friday, November 16, 2018 | approved |
powershell-core (Install) 6.1.0.20181026 | 6862 | Friday, October 26, 2018 | approved |
powershell-core (Install) 6.1.0 | 13020 | Saturday, September 15, 2018 | approved |
powershell-core (Install) 6.1.0-rc1 | 182 | Wednesday, August 29, 2018 | approved |
powershell-core (Install) 6.1.0-preview-3 | 313 | Thursday, June 14, 2018 | approved |
powershell-core (Install) 6.1.0-preview-2 | 206 | Saturday, April 28, 2018 | approved |
powershell-core (Install) 6.1.0-preview-1 | 272 | Tuesday, March 27, 2018 | approved |
powershell-core (Install) 6.0.4 | 10142 | Saturday, August 11, 2018 | approved |
powershell-core (Install) 6.0.2.20180727 | 4986 | Friday, July 27, 2018 | approved |
Discussion for the powershell-core (Install) Package
Ground rules:
- This discussion is only about powershell-core (Install) and the powershell-core (Install) 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 powershell-core (Install), 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.