PowerShell / MMI

Other
24 stars 17 forks source link

MMI PowerShell in store-published app #51

Open XVII opened 3 years ago

XVII commented 3 years ago

I'm getting issues with PowerShell in Store-published apps.

The system cannot find the file specified Microsoft.Management.Infrastructure.dll.

I can see the runtime in the app release folder, but the MSIX packaging doesn't seem to pick it up and bundle it into the store package before submission: (i.e. win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll)

image

Was originally waiting for https://github.com/PowerShell/PowerShell/pull/12582 however it seems to allow publishing, just isn't packaging runtimes.

XVII commented 2 years ago

Turns out this is a MSIX packaging issue in combination with the Microsoft.Management.Infrastructure package in particular. I've raised a MS Support request (2107260010000013) to try and get this resolved internally.