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

No related posts.

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>