Installing Microsoft Teams (msix) with Wine

Questions about Wine on Linux
Locked
ghtbernardo
Newbie
Newbie
Posts: 1
Joined: Wed Jun 19, 2024 11:52 am

Installing Microsoft Teams (msix) with Wine

Post by ghtbernardo »

Hi, there!

Is it possible to run an msix installer, in this case Microsoft Teams, with wine?

When I run wine msiexec /i (teams_program_name).msix nothing happens, not even an error.

Any ideas?

Thanks in advance!
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: Installing Microsoft Teams (msix) with Wine

Post by DarkShadow44 »

You can't run an msix with msiexec, you might be able to extract it manually and then run the installer directly. But why do you need to install an msix in the first place? Isn't there an installer, and even a native Linux version?
Locked