In Linux wine (or crossover office if you like to pay) is used to execute Windows applications. wine normally open exe files only. However you can also use it to open msi files as follows:

msiexec /i installer-file.msi

Replace installer-file.msi with your actual file name.