PowerShell/docs/installation/windows.md

35 lines
1.3 KiB
Markdown
Raw Normal View History

Package installation instructions
=================================
2016-07-27 20:11:29 +02:00
###MSI:
To install PowerShell on Windows Full SKU, download either the MSI from [AppVeyor][] for a nightly build,
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-07-27 20:11:29 +02:00
###APPX/WSA:
Additionally, we provide APPX/WSA packages (that are compatible with Nano Server),
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`