Hi 3dcnc, you need to install wine first. Go to a terminal window that has a command prompt and type in wine and push Enter. It will say something like:
quote: Command 'wine' not found, but can be installed with:
sudo apt install wine-development
sudo apt install wine-stable
You probably want the stable one so type in "sudo apt install wine-stable" and push enter.
Now type "wine --version" to see if it's installed ok. It may say that you need wine32 to also be installed so then type in "sudo apt install wine32" and push Enter.
Now try "wine --version" again to see if it is set up ok.
Now you need to run the MoI installer using wine, you do that from the command prompt by passing wine the name of the MoI installer like:
wine moi_v4_beta_Feb-27-2019_setup.exe
That should run the installer, set the checkbox option in the installer to make a desktop shortcut and then you can run MoI from the desktop icon after that.
- Michael
|