Jump to content

Recommended Posts

Posted

Hello,

 

 

 

I have been looking at deploying Office 2013 via the OCT. I have used this previously to deploy Office 2010 and found it worked very with a startup script.

 

So using OCT I have created a custom .msp file with various settings in like the activation key and to remove the previous versions of Office programs. All settings are applied but Office 2010 is not fully un-installed, leaving behind Microsoft Office 2010 Tools in the start menu and also listing Microsoft Office 2010 in Programs & Features list.

 

 

 

I have tried adding in post install commands such as "C:\Program Files (x86)\Common Files\microsoft shared\OFFICE14\Office Setup Controller\setup.exe" /uninstall PROPLUS /dll OSETUP.DLL but this does not seem to work.

 

 

 

Has anyone else come across this and found a solution?

 

 

 

Thanks

  • 3 weeks later...
Posted
Hello,

 

Were you able to find a solution for your problem? I'm in the same boat....

 

Thanks

 

Hello,

 

Yes I did. I added an extra line into our startup installation script which removes office 2010 first and then installs office 2013 afterwards. I have the script and details on my work PC so I will send you some more details tomorrow :)

 

Thanks

Posted (edited)

Hi Kolpro & 3s-gtech,

 

Okay so as I mentioned in my original post I use a startup script to install Office and by adapting this script I have added in a line to first completely remove Office 2010 and then install Office 2013 with customisations made in OCT (attached).

 

I followed the following article which is for Office 2007 but works for 2010: How to automate the uninstallation of Office 2007 products via command line - Office Deployment Support Team Blog - Site Home - TechNet Blogs

 

1. You will need your Office 2010 installation source and locate the Config.xml file in the ProPlus.WW folder. I made a copy of Config.xml and saved it as UninstallConfig.xml (attached). To make the uninstallation silent you will need to amend it as below:

 

 

2. In the script add the line - start /wait \\server\share\Microsoft\Office_2010_Pro_Plus_(32-bit)\setup.exe /uninstall ProPlus /config \\server\share\Microsoft\Office_2010_Pro_Plus_(32-bit)\ProPlus.WW\UninstallConfig.xml

 

Office 2010 will then be completely uninstalled and then office 2013 installs.

 

Hope this helps, let me know if you need any more help.

 

Thanks

UninstallConfig.xml.txt

Office2013ProPlus32-bit.bat.txt

Edited by lafleur1977
  • Thanks 1
  • 8 months later...

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...