Can't Install Manager on Windows 11 IoT Enterprise LTSC .msix not opening

I am trying to install manager.io software but couldn’t before I was using windows 10 loT Enterprise and it was working find.

Windows 11 should not be a problem. Is your processor 32 or 64 bit? Also it helps if you illustrate with screenshots what you tried to do and what did not work.

I Attach image for your reference.

1 Like

You need the msix app see https://apps.microsoft.com/detail/9nblggh4nns1?hl=gb-gb&gl=gb

See https://fileinfo.com/extension/msix

It would be surprising to me if your version of Windows wouldn’t support MSIX format.

Perhaps it’s an optional component that is not installed by default considering you are using specialized Windows build.

However MSIX is glorified ZIP format. You can rename MSIX to ZIP and then unpack the contents and launch ManagerDesktop.exe.

Sorry but it seems typically for MS that users do not benefit from the installers it needs fr=or example for .msix files

So why not make it easier for those MS users and provide a file format they can use?

Maybe it’s because IOT doesn’t have a Windows Store like in other versions of windows, that MSIX isn’t recognized.

But you can still install MSIX on IOT via Powershell with a command like this

Add-AppxPackage -Path "C:Tmp\Manager-win-x64.msix"