http://bugs.winehq.org/show_bug.cgi?id=9645
--- Comment #6 from Arthur Butler arthur.butler@smartemail.co.uk 2008-06-25 16:09:40 --- (In reply to comment #5) Done both, (at once!) same result unfortunately. Followed instructions on:
http://inertz.org/nightshift/2008/01/27/re-wine-wine-install-and-uninstall-p...
ie To do this, you can:
rm -rf ~/.wine-test WINEPREFIX=~/.wine-test wineprefixcreate WINEPREFIX=~/.wine-test wine setup.exe cd ~/.wine-test/drive_c/Program\ Files/your_program/ WINEPREFIX=~/.wine-test wine your_program.exe
Where “setup.exe” is the setup executable for your application, “Program Files/your_program/” is the installation directory and “your_program.exe” - its main executable.
Cheers, Arthur