Breno Macedo wrote:> Can any one help me with a visio 2003 instalation guide using wine?
Start out by checking the AppDB:
http://appdb.winehq.org/appview.php?appId=524 (pre-MS)
http://appdb.winehq.org/appview.php?appId=119
Also, Visio is a CodeWeavers supported app, so you might want to fork
out a few $$ to be sure that it runs properly:
http://www.codeweavers.com/products/cxoffice/supported_apps/
Other than that, you could also try the KDE clone "Kivio" (what a lame
name).
If you still have problems (which is still expected with many apps..),
1.) run your wine app from a console. Run it with
"WINEDEBUG=fixme-all wine <app.exe>" if there's enough error
information without the fixme's (hard to judge..), otherwise just with
"wine <app.exe>".
2.) report your problem here along with a copy/paste of relevant
errors from the console.
HTH