Posts

Showing posts with the label Microsoft Office 2016

Solution for Error 17002 when uninstalling Office 365 (2016) when apps like word, excel, outlook are open

Image
When uninstalling office 365 silently, it is failing only when any applications like word, excel are kept open. This is because during uninstall, office checks for any running applications and prompts the user to close it which is not happening in silent uninstall. When uninstalling in UI mode, it prompts to close when any office apps are open. Since in silent mode office is not able to do this, it fails with an error code 17002. You can check in the log file for the error code 17002. To overcome this just add the property FORCEAPPSHUTDOWN with Value="True" in the uninstall config.xml file. This property will force shutdown any running office apps. Example: <Configuration>  <Remove>  <Product ID="O365ProPlusRetail" >  <Language ID="en-us" />   </Product>  </Remove> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> <Display Level="None"/> <Logging Path="c:\temp\" Name...

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

Solution: COM Addin failure with Locally installed MS Office 2016 c2r

Image
These days I see many queries in Microsoft technet forum related to COM Addin's not getting loaded into locally installed MS Office 2016 c2r version. So to help others, I have listed the possible solutions which I have gathered from my experience and from other blog posts in a single article below. ISSUE: 1. Sequence Microsoft Office 2016 addin's using App-V 5.1 Sequencer 2. Publish the sequenced addin's package in the client side which has App-V 5.1 client and  Microsoft Office 2016 c2r locally installed 3. Launch the Microsoft Office 2016 c2r Word/Excel using /appvve: or RunVirtual registry key to load them into the  published addin's virtual environment to test the addin's. 4. we see that the addin is not loaded. You can find a similar possible reason for failure in the below link. https://support.microsoft.com/en-us/help/3159732/click-to-join-fails-to-invoke-skype-for-business-on-computers-that-us "The ProcessesUsingVirtualComponents  registry value speci...

MS office 2016 error - Either there is no default mail or the current mail client cannot fulfill the messaging request

Image
When you try to send a file through mail by right clicking a file - sendto- mail recipient, the below error occurs. Solution: 1. Open registry by typing regedit in run. 2. Search for the office productguid in HKEY_CLASSES_ROOT\Installer\Components\ 3. Give read access to the Everyone. Now when you try to send a file through mail, MS outlook will launch as the default mail recipient.