Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Installing a 32bit or 64 bit .msi using WINE

Bug Fix, Gnu/Linux, linux, QuickFix, Technical | 0 comments

If you’re trying to install and files on your box, you might not see it firing up. component is needed which was introduced Windows 2000 or later to install these files. The executable ‘msiexec’ can let you install these .msi packages.

Use the following command to install the msi package named xyz.msi

msiexec /i xyz.msi

or

msiexec /i fileinstaller.msi

If you don’t find msiexec working, Download Winetricks by Dan Kegel’s to get the binary and start using it.

Note: Winetricks is also good to get many of the Windows binaries, dependencies, dlls etc. Ensure that you have a license to use them on your machine.

Tags: , ,

Related Articles

Related