Install .msi file on (Ubuntu) Linux

Q. How do I install .msi file on (Ubuntu) Linux?

A. You have to have wine installed on your system. If you do not have install it:

apt-get install wine cabextract

Then execute this command, change yourfile.msi  to your filename:

wine msiexec /i yourfile.msi

Related posts:

  1. Multiple search and replace in a file
  2. Generate random number
  3. Linux Kernel 2.6.31 Has USB 3.0 Support
  4. HandBrake CLI Linux examples to convert vob/mp4/avi/ogm/mkv/mpeg/xvid/ts

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>