Installing an EXE using wine
The GUI way-
Locate the file in Nautilus.
Right-click on the installer EXE. Select “Open with Wine Windows Emulator”.
Follow the instructions and install the application.
To run the application-
wine ~/.wine/drive_c/Program\ Files/app_install_dir/file.exe
Uninstalling-
Run the command:
wine uninstaller
Select the application to uninstall from the list and remove/uninstall it.