Installing *.msi files on WINE

Post date: Jan 1, 2015 11:50:40 PM

Question! How to install .msi files on WINE.

Answer! Type the following command in the console :

wine msiexec /i xyz.msi

Note! Replace xyz by your file name.