mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-13 18:07:20 -06:00
Update winget installation command for PowerShell
Clarify installer type for PowerShell installation using winget.
This commit is contained in:
@@ -33,7 +33,13 @@ PowerShell 7.6+ is required as of releases 2507+ onward.
|
|||||||
|
|
||||||
Recommended to use winget to install
|
Recommended to use winget to install
|
||||||
|
|
||||||
`winget install --id Microsoft.PowerShell --source winget`
|
`winget install --id Microsoft.PowerShell --source winget --installer-type wix`
|
||||||
|
|
||||||
|
{: .note-title}
|
||||||
|
|
||||||
|
> Note
|
||||||
|
>
|
||||||
|
> As of PowerShell 7.6, the default winget installer uses the MSIX version, which is the store version of PowerShell 7.6. Adding `--installer-type wix` will install the MSI version.
|
||||||
|
|
||||||
If you can't use winget, [download the MSI](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows#installing-the-msi-package)
|
If you can't use winget, [download the MSI](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows#installing-the-msi-package)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user