DalekSec Posted October 16, 2018 Posted October 16, 2018 Hi All, I'm trying to get a script (or anything actually) to be able to uninstall Office 2013 so we can install CTR (When installing CTR it doesn't overwrite the old office install). After a google I've seen most people do this with these VBS scripts: https://github.com/OfficeDev/Office-IT-Pro-Deployment-Scripts/tree/master/Office-ProPlus-Deployment/Remove-PreviousOfficeInstalls But I've been unable to get it working (Running manually on the desktop for testing), plus i can't download the entire lot as the download keeps failing!!! I'm not a powershell wizard, i can read it and understand and do a bit of editing but not great at writing my own! Any help would be greatly appreciated
6Foot2 Posted October 16, 2018 Posted October 16, 2018 This is the Office 2013 uninstall script we have on our SCCM server: @echo off pushd %~sdp0 setup.exe /uninstall ProPlus /config proplus.xml Haven't tried it for real yet.
strawberry Posted October 16, 2018 Posted October 16, 2018 use MsiExec.exe /uninstall {9DD31A27-8A55-47A2-BBE8-9C062BF187E9} /passive /quiet Check the unisntall string is correct https://community.spiceworks.com/how_to/1142-obtain-an-uninstall-string-for-any-application
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now