Mozilla Firefox Virtual package and Local office 0365 failure
After publishing Mozilla Firefox 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 Mozilla Firefox 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. 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] "AllowJitvInAppvVirtualizedProcess" = dword : 00000001 Solution 2: If Solution 1 doesn't work , try with the latest App-V 5.1 Hot Fix. Always make sure to use the...