Get-Nerdio / NMM-SE

7 stars 7 forks source link

Update uninstall detection logic, add Teams Meeting Add-in install and uninstall #1

Closed Smith8154 closed 5 months ago

Smith8154 commented 5 months ago

The product code for the WebRTC service changed after a recent update. By querying for the package name and grabbing the product code from that, we are able to always find the correct product code, even if Microsoft changes it again in the future.

This update will also check for the Teams Meeting add-in and uninstall it if it is present, then reinstall the latest version. The meeting add-in is no longer bundled by default in the Teams installer, and must instead be installed manually from the MSIX package.

Smith8154 commented 5 months ago

I am going to close this for now. I found a better way to get the path of the Teams add-in. I am going to rework my script so it performs better.

Smith8154 commented 5 months ago

I opened a PR in the main NMW repo since that is the one that Nerdio pulls from.

https://github.com/Get-Nerdio/NMW/pull/4