/build/static/layout/Breadcrumb_cap_w.png

How to remove OneDrive for Business silently

Hello folks,


I am currently working on deploying OneDrive for Business. I have the silent install package ready to be deployed silently, however am not able to find a way to remove it silently. Any help would really be appreciated.


3 Comments   [ + ] Show comments
  • is it msi ? setup .. setup.exe /?
    Did you looked into Uninstall string .. It would be more helpful to other if you elaborate bit on the findings , stuff you performed ? - rock_star 8 years ago
    • Sorry for late response. We are using the officedeploymenttool to deploy the setup.exe along with the configuration file. I tried using the configuration file as well to remove it silently but never worked. - shrestha.rajiv.k 8 years ago
  • Also wondering if this is being deployed through the Office suite or a standalone installer? - GAKIS 8 years ago
  • I believe i answered your question as well above on my response to rock_star. - shrestha.rajiv.k 8 years ago

Answers (2)

Answer Summary:
Posted by: jagadeish 8 years ago
Red Belt
1

Top Answer

Try with this command line

“%ProgramFiles%\Microsoft Office 15\ClientX64\OfficeClickToRun.exe” Scenario=Install baseurl=”%ProgramFiles%\Microsoft Office 15″ Platform=x86 Version=15.0.4631.1002 Culture=en-us ProductsToRemove=GrooveRetail_en-us_x-none DisplayLevel=False

Comments:
  • Thanks Jagadeish. I tested this today and it works just fine. - shrestha.rajiv.k 8 years ago
Posted by: jagadeish 8 years ago
Red Belt
0
You can also try with configuration file

Setup.exe /configure "Uninstall.xml"

Content of Uninstall.xml 

<Configuration>

<Remove>
    <Product ID="GrooveRetail" >
<Language ID="en-us" />
    </Product>
</Remove>

<Display Level="None" AcceptEULA="TRUE" />

</Configuration>
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ