Skip to content

(#5) Add logic stop installation if pwsh running

Cory Knox requested to merge corbob/powershell-core:throw-if-running into master

If pwsh is running during the installation, it can be closed by the msi. When this happens, it could interrupt Chocolatey, or interrupt the user's running scripts. It would be better to fail the install than potentially close the user's running processes.

Merge request reports