Application Details:
Version: | 2010 (32 bit) |
License: | Retail |
URL: | http://www.microsoft.com/visio... |
Votes: | 3 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 9.16 |
Maintainers: About Maintainership
What works
Install
Activation
Creating new diagram
Opening diagram from file
Every feature I tried
What does not
Activation in installer
-Installer hangs after you enter serial key
-It will fail to verify key but you can proceed with install
-On first launch, it will ask to activate again and activation works here
Workarounds
What was not tested
Online features
Links to Windows operating system (COM addons or Windows update control panel link etc)
64 bit anything
Hardware tested
Graphics:
Additional Comments
I installed x86 visio on x86 wine on x86 linux, x64 is untested. I installed choosing custom and turned off: action scripts, net2.0 (two references) and visual basic macros just to be safe but I've not tested it with a default install. Seeing how well it runs, I'd imagine a default install would run just as well.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 24.04 "Noble" (+ variants like Kubuntu) | Sep 07 2024 | 9.16 | Yes | Yes | Yes | Gold | Bartosz Kosiorek | |
Show | macOS 10.13 "High Sierra" | Sep 26 2018 | 3.0.3 | No | Not installable | No | Garbage | john Little | |
Show | Fedora 27 x86_64 | Jun 29 2018 | 3.10-staging | Yes | Yes | Yes | Gold | XU Guang-zhao | |
Show | openSUSE Tumbleweed (rolling release) | Jun 03 2016 | 1.9.9 | Yes | Yes | No | Gold | an anonymous user | |
Show | Fedora 21 x86_64 | Mar 18 2015 | 1.7.38 | Yes | Yes | Yes | Gold | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
657 | Many games and applications need 'mfc42.dll' ('winetricks -q mfc42' is a workaround) | NEW | View | |
29255 | Microsoft Office 2003, 2007 & 2010 applications do not print OTF | NEW | View | |
37383 | Office 2007/2010 - Submenus invisible on GNOME 3.14 | RESOLVED | NOTOURBUG | View |
42552 | Visio 2010 Unhandled Exception Crash | UNCONFIRMED | View | |
49945 | Visio 2010: picture: content of clipboard can not be paste into Visio | UNCONFIRMED | View |
Make sure winbind is installed. For Ubuntu you could type command:
sudo apt-get install winbind
Change Windows version to Windows 7 by typuing command:
winecfg /v win7
Run Visio installer with 32 prefix:
WINEPREFIX="$HOME/.wine-visio32" WINEARCH=win32 wine visiosingleimage.exe
Install Riched20 dll to fix dialog displaying issue (for example in Format -> Line or Save As -> PNG):
WINEPREFIX="$HOME/.wine-visio32" WINEARCH=win32 winetricks riched20
Install Visio 2010 Service Pack 2 (link in the download section), to add support for VSDX import.
Finally run Visio:
WINEPREFIX="$HOME/.wine-visio32" WINEARCH=win32 wine $HOME/prefix32/drive_c/Program\ Files/Microsoft\ Office/Office14/VISIO.EXE
Set gdiplus to native in winecfg. (There is no need to install it with winetricks, as Visio installs its own version)
Install Riched20 dll to fix dialog displaying issues :
winetricks riched20
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Andreas Ross on Thursday June 7th 2012, 6:16