Jump to content

Recommended Posts

Posted

Hi There

 

Am trying to install office 2013 and uninstall office 2010. What I did the msp, config and bat files. I tried to run the bat file with the following content:

 

 

@echo off

 

 

net use x: \\Computer_name\shared_folder_name

 

 

 

 

Computer_name\shared_folder_name\setup.exe

 

 

 

 

net use x: /delete

 

 

PAUSE

the bat file worked to install office 2013 silently, but the problem was with uninstalling office 2010 completely since office SharePoint Work Space and office 2010 tools still exist. So how would I remove office SharePoint Work Space and office 2010 tools silently.

 

 

Regards

Posted

See if you can find reference to them in:

 

HKLM\Software\Microsoft\Windows\Currentversion\Uninstall

 

That should tell you any un-install strings you need to know.

  • 5 months later...
Posted

Hi I'm trying to do somthing similar. I need to completly uninstall Office 2010 plus x86. It needs to be done silently and I don't have access to the network setup.exe. So I'm looking at route msiexec.exe /x. I've tested with all the strings listed in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall however while it uninstalls those strings, Office 2010 is still there, on the C drive and in the add/remove programs list.

 

Can I try your VB Script or is there something I'm missing you can point me to?

 

Thanks

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