문제

My client has the Word Viewer installed with the compatibility pack. The Word Viewer will open files from seemingly anywhere but SharePoint. The Excel Viewer and PowerPoint Viewer are also installed and both work great. Has anyone seen this been and resolved the issue without resorting to Office Web Apps?

도움이 되었습니까?

해결책

Found a reg key that fixes the issue. Specifically the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.docx\UserChoice key below. I added all the keys we tested just in case someone else runs into this and UserChoice isn't the only required key.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.docx]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.docx\OpenWithList]
"a"="WORDVIEW.EXE"
"MRUList"="ab"
"b"="IEXPLORE.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.docx\OpenWithProgids]
"docxfile"=hex(0):
"Word.Document.12"=hex(0):

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.docx\UserChoice]
"Progid"="Applications\\WORDVIEW.EXE"

다른 팁

I've never seen it work in IE11.

This thread at MSDN forums ended up with no solution.

Try Chrome or downgrade to IE9

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top