How to get msi smart tool running

broken image

For example: WINEPREFIX=/path/to/wineprefix wine msiexec /i /path/to/filename.msi The first command can be changed if necessary to suit the circumstances. That will then run the MSI program the same as if you had double-clicked it in Windows. MSI files can be installed in Wine from the terminal like this: wine msiexec /i whatever-filename.msiĪlternatively: wine start whatever-filename.msi MSI files cannot be run directly, you need to use the msiexec program.

broken image
broken image

msi file with a command of the form wine msiexec /i whatever-filename.msi. Open the terminal, change directories with cd to the location of the.

broken image