Our Score
Click to rate this post!
[Total: 0 Average: 0]
Recently I had the task to upgrade Microsoft Office from 2010 to 2016 (I now it’s year 2020 now 🙂 using SCCM. I was thinking that it shouldn’t be a big deal, but…. it turned out differently. There was lync client, custom add-in, old office uninstall failed with random errors…
To cut the long story short – this is what I did at the end. All Guid’s credits goes to this guy
- Create Custom Task Sequence
- Step 1 – Kill Lync Client – Run Command Line
- taskkill /f /im communicator.exe /t
- Step 2 – Kill UCMapi – Run Command Line
- taskkill /f /im ucmpai.exe /t
- Step 4 -Uninstall Lync – Run Command Line
- msiexec /x { Lync GUID} /q
- Step 5 – Uninstall custom Outlook Addin
- msiexec /x {Custom Addin Guid} /q
- Step 6 – Now Install Office 2016 – There are many guides how to create office application around the web
- Step 7 – Reboot will be needed, couldn’t find a way to avoid it.
- Step 8 – Install whatever you want if needed
Hope this will help someone, if not carry on and have a beer, it’s Friday!
Our Score
Click to rate this post!
[Total: 0 Average: 0]
Leave a Reply