| 1. Remove the published component registration for C2R a. Locate the package folder by looking at: HKLM\SOFTWARE\Microsoft\Office\15.0\ClickToRun -> PackageFolder b. Delete the C2RManifest*.xml files from <PackageFolder>\root\Integration. c. Run the integrator with the /U command from elevated cmd: <PackageFolder>\root\Integration\integrator.exe /U 2. Remove scheduled tasks from elevated cmd: a.schtasks.exe /delete /tn "FF_INTEGRATEDstreamSchedule" b.schtasks.exe /delete /tn "FF_INTEGRATEDUPDATEDETECTION" c.schtasks.exe /delete /tn "FF_INTEGRATEDOffice 15 Subscription Heartbeat" 3. Close down any Office apps and shutdown/kill any of the following C2R processes from Task Manager: a.integratedoffice.exe b.appvshnotify.exe c.integrator.exe d.firstrun.exe e.setup*.exe 4. Remove the Office Service from elevated cmd: a. sc delete OfficeSvc 5. Delete the Office files by removing the following files/directories: a."%ProgramFiles%\Microsoft Office 15" b."%ProgramData%\Microsoft\ClickToRun" c."%ProgramData%\Microsoft\office\FFPackageLocker" Note: If there is a lock on any of these files or directories that prevents deletion, rebooting the machine and trying again should remove any stragglers. 6. Delete the Office regkeys by removing these nodes: a. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\ClickToRun b.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Office 15 - ProfessionalRetail - en-us Note: Depending on your SKU or language, you may need to delete a similar, but differently named key by changing "ProfessionalRetail" to your SKU, and "en-us" to your language c. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV 7. Delete the start menu shortcuts: a. "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office\Microsoft Office 15 Tools" b. "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office" c. "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\SharePoint" Note: If there are other Office products installed on the machine, you will need to go one level deeper than the above and delete the individual shortcuts with "15" in the names so as to not delete the shortcuts for the other Office products. 8. Uninstall the "Microsoft Office Habanero Local Components" from elevated cmd: a. If running x86 Office on an x64 OS: MsiExec.exe /X{50150000-008F-0000-1000-0000000FF1CE} b. If running x86 Office on an x86 OS: MsiExec.exe /X{50150000-007E-0000-0000-0000000FF1CE} c. If running x64 Office on an x64 OS: MsiExec.exe /X{50150000-008C-0000-1000-0000000FF1CE} 9. Uninstall the Microsoft Office Habanero Supplemental Local Components: MsiExec.exe /X{00150000-008C-0000-0000-0000000FF1CE} |