Posts

Showing posts from December, 2017

Mozilla Firefox Virtual package and Local office 0365 failure

Image
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...

Adobe Acrobat error 16 & UAC - App-V 5.1

Image
After converting Adobe Acrobat standard 10.0 application from App-V 4.6 to App-V 5.1 using powershell commands, it throws an error 16 when launching the shortcut. Reason: This is due to UAC and the application requires to be run as administrator. Solution: To test manually Click Start > All Programs. Right click on the Adobe Acrobat X Standard product and click Run As Administrator.The shortcut will launch without any error. So how to resolve this in the App-V 5.1 package? We need to suppress the UAC prompt when run as administrator. Check my another blog for more information to solve this issue  here