Samson Posted April 27, 2017 Report post Posted April 27, 2017 To the Admins, apologies if this is a duplicate thread. Up against the gun - Our SCCM guru abruptly left the company, and I've been tasked with taking over. I'm a newbie in every sense of the word, but did pick up SCCM 2012 Unleashed and have been reading and watching videos, but have yet to find one to break down my issue in detail. I need to upgrade 2000+ users from Office 2010 to Office 2013 using SCCM using Supersedence. Also, I need to make sure that MS Livemeeting, MS Conference Add-in, and Communicator is uninstalled before pushing 2013. Can someone break the process down for me like I'm one of the cavemen from the old Geico commercials? I went into application management, and I don't see Office 2010, nor Livemeeting, etc. Do these need to be created first before supersedence will even work? Also, I'd like to know how to forcefully push this to a collection of specific devices, and have it as an option in the Software Catalog for the users who still need Office 2010 for specific software, but may want to switch in the future. Appreciate all feedback. Quote Share this post Link to post Share on other sites More sharing options...
keilamym Posted April 27, 2017 Report post Posted April 27, 2017 not sure about the "supersedence" option, but i can help you upgrade your devices. google and download the OffScrub.vbs. if you cant locate it, i can send it over. We use OffScrub in a task sequence to remove the older versions of office, restart the computer, then install the new version of office. If I remember correctly, offscrub It will remove Communicator and Live meeting also. The only catch is we had some devices where Visio and Office shared some .dlls and we had to reinstall Visio on a few devices. Quote Share this post Link to post Share on other sites More sharing options...
Paul Andrews Posted May 2, 2017 Report post Posted May 2, 2017 Hi Samson, I had to do the same thing as you, but had Office 2010 x64, Lync 2013 x64 and I needed to go to Office 2016 x86. I'm sure there are easier ways to do this, but this is how I achieved what I needed (in caveman terms): I created 4 applications: 1. Office 2016 ProPlus x86 (With OD and Pub) 2. Uninstall Office 2013 x64 3. Uninstall Office 2010 x64 4. Kill Office Processes and made each dependant on the proceededing number (1 dependant on 2, 2 dependant on 3 etc.) which means when I deployed the first one it will actually install backwards and uninstall everything and then install Office last. ---------------------------------------------------------------------------------- 4. Kill Office ProcessesFunction: Kills all open instances of Office appsInstallation Program: "KillOfficeProceses.bat"Detection Method: Type: FolderPath: C:\TempFolder Name: OfficeKilled ---------------------------------------------------------------------------------- 3. Uninstall Office 2010 x64Function: Uninstalls Office 2010 x64Installation Program: uninstall.batDetection Method: Type: FolderPath: C:\TempFolder Name: Office2010Uninstalled ---------------------------------------------------------------------------------- 2. Uninstall Office 2013 x64Function: Uninstalls Office 2013 & Lync 2013 x64Installation Program: cscript.exe OffScrub13.vbs ALL /q /NoCancelDetection Method: Type: FolderPath: C:\TempFolder Name: Office2013Uninstalled ---------------------------------------------------------------------------------- 1. Office 2016 Proplus x86 InstallFunction: Installs Office 2016 ProPlus x86 w/ Outlook, Word, Excel, PowerPoint, OneDrive, Publisher & Skype for BusinessInstallation Program: setup.exe /configure configuration.xmlUninstallation Program: setup.exe /configure uninstall.xmlDetection Method: Type: Windows InstallerProduct Code: {90160000-008F-0000-1000-0000000FF1CE} ---------------------------------------------------------------------------------- I have added the script I used (Apologies if that isn't allowed here, please remove it they are and I can give them to whoever needs them) I realise this might not make sense so if it doesnt please feel free to ask for a bit more clarity, I wrote this on a busy train and kind of rushed it. Quote Share this post Link to post Share on other sites More sharing options...