http://bugs.winehq.org/show_bug.cgi?id=10572
Summary: Visio Viewer 2002 doesn't work Product: Wine Version: CVS/GIT Platform: Other URL: http://www.microsoft.com/downloads/details.aspx?familyid =8fad9237-c0a7-4b80-a5df-46ce54dad2df OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Visio Viewer is an activeX plugin for IE 5 and up.
I've tried it with both Wine's builtin iexplore and with the Mozilla ActiveX Plugin on Firefox 1.0.7 (the last release supported by the plugin), no joy so far.
The plugin installer can be downloaded from http://www.microsoft.com/downloads/details.aspx?familyid=8fad9237-c0a7-4b80-...
Firefox 1.0.7 can be downloaded from ftp://archive.mozilla.org/pub/mozilla.org/firefox/releases/1.0.7/win32/en-US/Firefox%20Setup%201.0.7.exe
The Mozilla ActiveX Plugin can be downloaded from http://www.iol.ie/~locka/mozilla/plugin.htm
To test the plugin after installation, try viewing Program Files/Microsoft Office/Visio Viewer/sample.htm
The symptom is that sample.htm is simply blank.
http://bugs.winehq.org/show_bug.cgi?id=10572
--- Comment #1 from Austin English austinenglish@gmail.com 2008-12-06 18:57:09 --- Still present in 1.1.10.
http://bugs.winehq.org/show_bug.cgi?id=10572
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #2 from Austin English austinenglish@gmail.com 2009-01-18 03:47:00 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=10572
--- Comment #3 from Austin English austinenglish@gmail.com 2010-06-13 19:21:56 --- The 2002 version is no longer online. The 2003 is, at http://download.microsoft.com/download/4/5/2/452f8090-413f-408f-83c0-edd66db..., but MS says it may go down on April 1, 2010 (guess they forgot)...
Testing in wine's iexplore, still have a blank page. Didn't try in firefox.
http://bugs.winehq.org/show_bug.cgi?id=10572
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.0.0
--- Comment #4 from Dan Kegel dank@kegel.com 2010-07-09 12:30:35 --- Someone at work sent me a visio document to view, so this is now a dogfood issue.
The 2010 version is at http://www.microsoft.com/downloads/details.aspx?FamilyID=F9ED50B0-C7DF-4FB8-... 1e729fd6d70e442bf4daeb230240e7746aa69e9a visioviewer.exe It says it installs fine.
Sample visio documents can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyId=716C617E-4F9C-4829-...
I uploaded one of those to http://kegel.com/wine/UML.vsd for testing. With builtin iexplore, it shows gibberish text. With winetricks ie6, it claims there's no handler for this file.
http://bugs.winehq.org/show_bug.cgi?id=10572
nathan.n saturn_systems@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saturn_systems@yahoo.com
--- Comment #5 from nathan.n saturn_systems@yahoo.com 2010-11-26 18:49:23 CST --- You can download from cnet if needed ( http://download.cnet.com/Visio-2002-Viewer/3000-2206_4-10730930.html )
http://bugs.winehq.org/show_bug.cgi?id=10572
--- Comment #6 from nathan.n saturn_systems@yahoo.com 2010-11-26 19:01:02 CST --- Noticed that when I installed the plugin it installs the files in two different Program directories eg:
The following by itself:
c:\PROGRA~1\vviewer.msi
The rest of the installation appears:
c:\Program Files\Microsoft Office\Visio Viewer\
readme.htm sample.htm sample.vsd sample1.vdx vieweula.htm vviewdwg.dll vviewer.chm vviewer.dll vviewpss.htm vviewres.dll
------- Double clicking on either sample.vsd or sample1.vdx brings up an windows error dialog that says "Success"
http://bugs.winehq.org/show_bug.cgi?id=10572
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #7 from Hans Leidekker hans@meelstraat.net 2010-11-29 08:44:58 CST ---
c:\PROGRA~1\vviewer.msi
The installer uses an inf script to install this file:
[version] signature="$CHICAGO$" [DefaultInstall] CopyFiles=Setup.Files [SourceDisksNames] 55="Setup Tools",,0 [DestinationDirs] Setup.Files =24,%DESTINATION% [SourceDisksFiles] vviewer.msi=55 [Setup.Files] vviewer.msi [Strings] DESTINATION="PROGRA~1\VViewer"
vviewer.msi is installed in "C:\Program Files\VViewer" on Windows, so it looks like Wine fails to expand the destination filename.
This is probably not related to the original problem reported here.
http://bugs.winehq.org/show_bug.cgi?id=10572
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-29 09:50:59 CST --- (In reply to comment #7)
[Strings] DESTINATION="PROGRA~1\VViewer"
vviewer.msi is installed in "C:\Program Files\VViewer" on Windows, so it looks like Wine fails to expand the destination filename.
This is probably a wontfix, short directory name "PROGRA~1" is not guaranteed to expand to "Program Files" even under Windows.
http://bugs.winehq.org/show_bug.cgi?id=10572
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #9 from Austin English austinenglish@gmail.com 2013-03-12 15:23:21 CDT --- (In reply to comment #8)
(In reply to comment #7)
[Strings] DESTINATION="PROGRA~1\VViewer"
vviewer.msi is installed in "C:\Program Files\VViewer" on Windows, so it looks like Wine fails to expand the destination filename.
This is probably a wontfix, short directory name "PROGRA~1" is not guaranteed to expand to "Program Files" even under Windows.
Considering that neither 2002/2003 are online anymore, I think it's safe to close this.
http://bugs.winehq.org/show_bug.cgi?id=10572
--- Comment #10 from Dan Kegel dank@kegel.com 2013-03-12 15:58:36 CDT --- Isn't it still online at http://download.cnet.com/Visio-2002-Viewer/3000-2206_4-10730930.html ?
http://bugs.winehq.org/show_bug.cgi?id=10572
--- Comment #11 from Austin English austinenglish@gmail.com 2013-03-12 18:14:17 CDT --- (In reply to comment #10)
Isn't it still online at http://download.cnet.com/Visio-2002-Viewer/3000-2206_4-10730930.html ?
I missed that, yeah. But it seems that this was a WONTFIX anyway, unless you really care about this old version..
http://bugs.winehq.org/show_bug.cgi?id=10572
--- Comment #12 from Dan Kegel dank@kegel.com 2013-03-12 18:21:31 CDT --- I guess I'm happy abandoning it for now. If someone needs it we can reopen.
http://bugs.winehq.org/show_bug.cgi?id=10572
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Ken Sharp kennybobs@o2.co.uk 2013-03-24 16:28:24 CDT --- Closing bugs marked as abandoned.