Install .msi file on (Ubuntu) Linux
Aug 22, 2009 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