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!
Installing Microsoft Teams (msix) with Wine
-
- Newbie
- Posts: 1
- Joined: Wed Jun 19, 2024 11:52 am
- DarkShadow44
- Level 9
- Posts: 1338
- Joined: Tue Nov 22, 2016 5:39 pm
Re: Installing Microsoft Teams (msix) with Wine
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?