MadSmiler Posted March 14, 2016 Posted March 14, 2016 Hi guys, I'm looking to make a .bat script which will uninstall Microsoft Office 2013 32 bit off my computer. I am going to be rolling the script across the network. Thanks Alex.
3s-gtech Posted March 14, 2016 Posted March 14, 2016 \\server\share$\office2013\setup.exe /uninstall ProPlus /config \\server\share$\office2013\ProPlus.WW\UninstallConfig.xml Copy your config file from original unattended install (or just use the shipped one) into another file called UninstallConfig.xml. Save as BAT or CMD. That should be all you need.
Fazza Posted March 14, 2016 Posted March 14, 2016 This page tells you the switch to use at the command line: https://technet.microsoft.com/en-gb/library/cc178956.aspx Are you going down the Open Office route or simply no longer any Office type programs at all any more?
MadSmiler Posted March 14, 2016 Author Posted March 14, 2016 im going to remove office 2013 of all the computers, and then i've already created a script - \\sever\Packages\office2016v2\setup.exe /adminfile \\server\Packages\office2016v2\office-setup.mspPause which will install the office 2016. I just need a script to unistall office 2013 silently.
Cazale Posted March 14, 2016 Posted March 14, 2016 From memory, the Office Customisation tool allows you to remove earlier versions of Office doesn't it? (so no need for a script??)
MadSmiler Posted March 14, 2016 Author Posted March 14, 2016 only removes versions of 64 bit software.
Fazza Posted March 14, 2016 Posted March 14, 2016 only removes versions of 64 bit software. Never heard that before. We only use 32b versions of Office 2010, 2013 and 2016 and 2016 has successfully removed 2010 and 2013 programs automatically. It's one of the options you can set using setup.exe /admin
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