Posts

Showing posts from January, 2018

Virtual Google Chrome and Local o365 issues - Solution

Image
After publishing Google Chrome App-V package in windows 7, logging into portal.office.com and opening a word or excel document and trying to edit it with locally installed Office 0365 fails. When checked with procmon, we can see that Google Chrome virtual package is able to see the local o365 package and tries to open it but the winword.exe process closes soon with exit code 1. As in last blog,  I have detailed about the same issue happening with Appv-d Mozilla Firefox package and local o365.The solutions are still the same for the current scenario too.  Solution 1: Create the  AllowJitvInAppvVirtualizedProcess  registry key as shown below to fix this known issue. Windows Registry Editor Version 5.00 [ HKEY_LOCAL_MACHINE \SOFTWARE\Microsoft\ClickToRun\OverRide] "AllowJitvInAppvVirtualizedProcess" = dword : 00000001 If it doesn't work try in wow6432Node registry. Windows Registry Editor Version 5.00 [ HKEY_LOCAL_MACHINE \SOFTWARE\Wow6432Node\Microsoft\ClickToRun\OverRide]