Jump to content

Recommended Posts

Posted

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

Posted

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.

 

:(

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...