Microsoft Sharepoint Workspace 2010 uninstall

Hey

I have to deploy Onedrive for business 2013 - but keep Office 2010.

We have deployed the full "Microsoft Office 2010" - How do I uninstall (only) "Microsoft Sharepoint Workspace 2010" by command line? 

When usning msiexec.exe /p custom.msp (OCT - and Sharepoint removed) - does not work because - if i user have uninstalled for example Word - word is installed again. 

Any ideas?

May 13th, 2015 9:08am

Hi,

How did you create the custom.msp file? If you only want to uninstall Microsoft Sharepoint Workspace 2010, just change the install status for Microsoft Sharepoint Workspace 2010 to "Not Available". Keep other Office programs with their original status (Do not make any change to the status of other programs).

I've tested this in my environment, the uninstalled Microsoft Word wasn't been installed.

Regards,

Steve Fan
TechNet Community Support

Free Windows Admin Tool Kit Click here and download it now
May 14th, 2015 3:11am

Hey

You are right ;)

Or create a xml :

<Configuration Product="ProPlus">
	<Display Level="none" CompletionNotice="no" SuppressModal="yes" NoCancel="yes" AcceptEula="yes" />
	<Logging Type="standard" Path="C:\Windows\temp\" Template="MicrosoftSharePointWorkspaceSetup(*).txt" />
	<Setting Id="SETUP_REBOOT" Value="Never" />
	<OptionState Id="GrooveFiles" State="absent" Children="force" />
</Configuration>

Setup.exe /modify ProPlus /config RemoveSharepointDesigner.xml

May 18th, 2015 9:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics