WineHQ

Microsoft Visio

Visio 2010 (Office 14)

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

Free Download Visio 2010 Service Pack 2

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

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:

  • GPU:
  • Driver:

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.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 24.04 "Noble" (+ variants like Kubuntu)Sep 07 20249.16Yes Yes YesGoldBartosz Kosiorek 
ShowmacOS 10.13 "High Sierra"Sep 26 20183.0.3No Not installable NoGarbagejohn Little 
ShowFedora 27 x86_64Jun 29 20183.10-stagingYes Yes YesGoldXU Guang-zhao 
ShowopenSUSE Tumbleweed (rolling release)Jun 03 20161.9.9Yes Yes NoGoldan anonymous user 
ShowFedora 21 x86_64Mar 18 20151.7.38Yes Yes YesGoldan anonymous user 

Known Bugs

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

Show all bugs

HowTo / Notes

How to install and run MS Visio 2000

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

Howto



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


Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Importing Stencils
by Andreas Ross on Thursday June 7th 2012, 6:16
I added a folder called Shapes in the .wine folder extracted stencils into seperate folders. Opening visio and pointing to that folder in "file>>options>>advanced>>File Locations"
Back