Skip to content

Added rest of MSIArguments to install-powershell.ps1 script#26898

Open
AlexZigante wants to merge 2 commits intoPowerShell:masterfrom
AlexZigante:patch-1
Open

Added rest of MSIArguments to install-powershell.ps1 script#26898
AlexZigante wants to merge 2 commits intoPowerShell:masterfrom
AlexZigante:patch-1

Conversation

@AlexZigante
Copy link

@AlexZigante AlexZigante commented Feb 26, 2026

PR Summary

Added rest of MSIArguments to install-powershell.ps1 script:
Parameters added:
UseMU
EnableMU
AddFileContextMenu
RegisterManifest
AddPath
DisableTelemetry

MSI Arguments added:
USE_MU=1
ENABLE_MU=1
ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1
REGISTER_MANIFEST=1
ADD_PATH=1
DISABLE_TELEMETRY=1

P.S.: sorry if i didn't write the PR perfectly

PR Context

It doesn't break things just added MSI Arguments that the installer supports as per:
https://learn.microsoft.com/en-us/powershell/scripting/install/install-powershell-on-windows?view=powershell-7.5

Closes: #21271

PR Checklist

Added:
UseMU
EnableMU
AddFileContextMenu
RegisterManifest
AddPath
DisableTelemetry
@AlexZigante AlexZigante requested review from a team and jshigetomi as code owners February 26, 2026 01:36
@AlexZigante AlexZigante requested a review from kilasuit February 26, 2026 05:56
@AlexZigante
Copy link
Author

Sorry @kilasuit
when I was checking on the page from my phone by mistake i clicked on the request review again.

@AlexZigante
Copy link
Author

Please @kilasuit & @jshigetomi can you review my pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add additional MSI package options to install-powershell.ps1 script

2 participants