Answers to: problem in installing softwares through winehttp://linuxexchange.org/questions/1374/problem-in-installing-softwares-through-wine<p>can anybody tell me how i can install any exe file through wine?</p>enFri, 22 Oct 2010 18:55:21 -0400Answer by indienickhttp://linuxexchange.org/questions/1374/problem-in-installing-softwares-through-wine/1387<p>Whether or not the application is supported by Wine is the first hurdle. If you do not want to scan through the list of supported applications on the Wine project's compatibility list (mind you, not every application is listed there), you will pretty much just have to try and install the application.</p> <p>All you have to do, really, is go to the directory where the setup.exe file is, and run:</p> <pre><code>$ wine setup.exe </code></pre> <p>If it does not work off the flop, you might also want to try running <code>winecfg</code> and then attempt to install the program, again.</p>indienickFri, 22 Oct 2010 18:55:21 -0400http://linuxexchange.org/questions/1374/problem-in-installing-softwares-through-wine/1387Answer by Jazzhttp://linuxexchange.org/questions/1374/problem-in-installing-softwares-through-wine/1375<p>FAQ of WineHQ, <a href="http://wiki.winehq.org/FAQ#head-f3515230c198befe0279d32c448d9c8da63be66f" rel="nofollow">3.2. How do I run an installer using Wine?</a></p>JazzTue, 05 Oct 2010 13:37:05 -0400http://linuxexchange.org/questions/1374/problem-in-installing-softwares-through-wine/1375