Skip to content

Default USE_MU=0 ENABLE-MU=0

jhd requested to merge (removed):jhd0-master-patch-20426 into master

Without these set, PowerShell 7.2 (the stable release and LTS release as of a couple hours ago) will try and update PowerShell through alternative means.

https://github.com/PowerShell/PowerShell/blob/v7.2.0/assets/wix/Product.wxs#L353-L358

Standard practice for Chocolatey packages is that auto-update options are turned off by default if at all possible.

This is just one way to do it, quick and simple. I just wanted to raise awareness more than anything.

Edited by jhd

Merge request reports