Uninstalling Office365
Hi,
I am trying to run my command to uninstall Office 365, nothing happens to the target computer. But if I'm actually on the computer and run the command it actually uninstalls.
Below are the information I am trying to run.
My xml file :
--------------------------------------------------------------------------
<Configuration>
<Display Level="Full" AcceptEULA="false" />
<Remove>
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
<Product ID="ProjectProRetail">
<Language ID="en-us" />
</Product>
</Remove>
<!--This configuration file is used to uninstall Office 365, Visio, and Project Pro-->
</Configuration>
---------------------------------------------------------------------------------
My CMD command
"\\pdq\Office365\2016\Remove\Setup.exe" /configure "\\pdq\Office365\2016\Remove\Remove_simple2.xml"
Comments
Steel,
Can you tell what what error you get from Deploy? The first thing i would check is permissions to make sure the Deploy credentials had access to that computer, after that i would restart the Deploy service.
Nate