I'm trying to install an .msi http://pokebeach.com/content/redshark/Redshark-2.15.msi That's a Pokemon TCG simulator. When I try to install it, it says I need Windows Scripting Host and cancels the installation process. I looked at the FAQ and used msiexec and I also just ran it normally by associating .msi to WINE. I'm using Ubuntu Linux 8.04 if you're curious about my OS. Am I missing something or is this just an incompatibility?
Try using winetricks to install Windows Scripting Host: Code: wget http://www.kegel.com/wine/winetricks sh winetricks wsh56 Then try installing your .msi.
The installation was a success, however the program will not run! It shows me a splash screen and then it terminates. Is there anything further I should do?