
Hi - with some digging and assistance from Microsoft we found that some registry settings need to be in place to support opening the SharePoint Office document (Word, Excel, PowerPoint, Visio) instead of downloading.
Here are the registry locations and the entries:
For some reason, the machine's registry loses the "UseURL" string entry for Office applications, forcing the download of the document instead of maintaining a connection to the document in SharePoint:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\excel.exe
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\powerpnt.exe
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Winword.exe
Optional if Visio installed:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\visio.exe
To maintain the link with the SharePoint document, make sure the above registry keys have the following entries:
- (Default) REG_SZ value: C:\Program Files\Microsoft Office\Root\Office16_application executable name_
- Path REG_SZ value: C:\Program Files\Microsoft Office\Root\Office16\
- SaveURL REG_SZ value: 1
- UseURL REG_SZ value: 1
This solution has worked for us - hope it helps.
Cheers,
Andy