Drawing software focused on flowcharts and diagrams.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
Nothing.
What does not
Installer.
What was not tested
Everything else. Installer doesn't work so nothing can be tested.
Additional Comments
Installer errors during what looks like a File copy dialog box. Unable to tell due to it crashing too quickly. Console has repeated ole and rpc stub fixmes.
There are some good alternatives to this application that might exist for your platform. You'll find a list on the main page of this application.
Notes
Change your Windows version for Visio 2003 to at least in Windows 2000 & XP in "winecfg"
--
User reports success
by Dan Kegel on Friday April 25th 2008, 16:40
julien.menissez.free.fr/blog/?p=26
says it works great; only trick is to use a native
override for gdiplus
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
Unable to create UML diagrams
by Caden on Wednesday July 14th 2010, 18:25
I seem to be able to create some sorts of diagrams, but when I attempt to create a new UML diagram, I get the following error:
err:ole:CoGetClassObject class {6089a37e-eb8a-482d-bd6f-f9f46904d16d} not registered
err:ole:CoGetClassObject no class object {6089a37e-eb8a-482d-bd6f-f9f46904d16d} could be created for context 0x1
err:menubuilder:WinMain failed to build menu item for C:\windows\profiles\caden\Application Data\Microsoft\Office\Recent\UMLACT_U.VSS.LNK
err:menubuilder:WinMain failed to build menu item for C:\windows\profiles\caden\Application Data\Microsoft\Office\Recent\UMLCOL_U.VSS.LNK
Then Visio crashes with a Microsoft Visual C++ debug library error and the message is "abnormal program termination"
I am running Debian Lenny with wine 1.0.1, Visio 2003 with no service pack. (I can't seem to install the service pack.)
I was able to get Visio to run by adding the library substitutions listed in this article with winecfg. The tip for removing the language bar was also successful.
Full Office 2003 SP3 installation walkthrough
by Danila Sentiabov on Sunday July 6th 2008, 7:11
Hi, everyone.
I managed to install Office 2003 and Visio SP3. Office seems to install and patch well under wine 0.9.52, but it works much better with latest wine. So, here is my solution:
insert office 2003 cd or mount iso:
$ sudo mkdir /media/ms
$ sudo mount -t iso9660 -o loop,unhide MS\ Office\ 2003.iso /media/ms
1) install wine 0.9.52, create a new prefix (you can get packages for older wine versions in WineHQ 'get wine' section)
2) install office 2003 (wine setup.exe)
3) [optional] install office-mui (if you need it)
4) install visio
5) install service pack 3
6) [optional] install mui sp3
7) install visio sp3
8) update wine to latest version (1.1.0 tested)
9) use winetricks to install gecko, corefonts, msxml3, riched20, riched30 and gdiplus
10) to disable annoying language bar:
$ wine cmd
$ c:\>regsvr32.exe /u msutb.dll
$ c:\>exit
Now rename ctfmon.exe in your .wine/drive_c/windows/system32 to something else (or just delete it).