PowerShell/docs/installation/windows.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

Package installation instructions
=================================
2016-07-27 20:11:29 +02:00
###MSI:
2016-07-27 22:37:26 +02:00
To install PowerShell on Windows Full SKU (works on Win7 SP1 and above - x64 based systems), download either the MSI from [AppVeyor][] for a nightly build,
2016-07-27 20:11:29 +02:00
or a released package from our GitHub [releases][] page. The MSI file looks like this - `PowerShell_6.0.0.buildversion.msi`
Once downloaded, double-click the installer and follow the prompts.
2016-08-01 23:03:51 +02:00
There is a shortcut placed in the Start Menu upon installation.
> By default the package is installed to `$env:ProgramFiles\PowerShell\`
2016-07-27 20:11:29 +02:00
###APPX/WSA:
2016-07-27 22:37:26 +02:00
Additionally, we provide APPX/WSA packages (that are compatible with Nano Server and works on Win10 x64 and above systems),
but these must be self-signed prior to install.
See the [`Sign-Package.ps1`][signing] script for details.
2016-07-27 20:11:29 +02:00
When using APPX/WSA, the OS needs to be configured to allow [sideloading apps](https://technet.microsoft.com/en-us/windows/jj874388.aspx)
Artifact installation instructions
==================================
2016-07-20 20:33:30 +02:00
We publish an archive with CoreCLR and FullCLR bits on every CI build with [AppVeyor][].
2016-07-20 20:33:30 +02:00
[releases]: https://github.com/PowerShell/PowerShell/releases
[signing]: ../../tools/Sign-Package.ps1
[AppVeyor]: https://ci.appveyor.com/project/PowerShell/powershell
CoreCLR artifacts
=================
* Download zip package from **artifacts** tab of the particular build.
* Unblock zip file: right-click in File Explorer -> Properties ->
check 'Unblock' box -> apply
* Extract zip file to `bin` directory
* `./bin/powershell.exe`