Steps to Install .msi files in Linux
MSI files are the popular Microsoft Installer Files used in Windows today to execute and install a program. These files do the same work as other exe files in Windows.
Msi files are mostly setups of applications and Windows can install these files but what if you want to install these files in Ubuntu or Linux?
Wine is a great way to install Windows Installer files in Linux but the only problem with this is that it normally opens exe files only. So here is how to install msi file with Wine in Linux.
Install msi file in Linux
• Open the terminal
• Type in the following command
msiexec /i installer.msi
where installer.msi is the name of your msi file.
That’s it msi file will be opened now in Linux.
You May Also Like to Read
- Install Office 2007 in Ubuntu and Use it without Problems
- Install Mac Fonts on Ubuntu
- [Solved] The Windows Installer Service could not be accessed
- Ubuntu Transformation Pack for Windows XP
- Find the Version of Ubuntu that you are Using
- Solve Windows Installer Preparing to Install Message
- How to Open .Dat Files
- Steps to install iTunes without Bonjour and Quick Time
- [Solved] Missing Install New Font Option in Windows
- Install Windows Recovery Console in Windows Boot Menu



Leave a Reply