Uninstall Microsoft Project & Visio Silently?

Uninstall Microsoft Project & Visio Silently?


So this would assume to be super simple..  Silently Uninstall Visio Pro/Premium & Project Professional 2010.

Until i try to do it from Desktop Central. The standard Uninstall button doesn't work. Copying scripts below and deploying them doesn't work.


Script that everyone on the internet says works..  Which works Manually ran but not from Desktop Central via .bat.

Basic Script to begin Uninstall:
"C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe" /uninstall VISIO /config UninstallVis.xml

  • Created simple BAT for Desktop Central to deploy
@echo off
"C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe" /uninstall VISIO /config UninstallVis.xml
exit /B %ERRORLEVEL%

  • For what ever reason Desktop Central when it calls this bat file.. it looks for UninstallVis.xml in the "C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\" folder & not in the Desktop Central Local Store.





===================================================================
Config.XML used to uninstall Project/Visio


<Configuration Product="Visio">   
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />     
<Logging Type="standard" Path="C:\Install\Logs" Template="Microsoft Office Project Professional Setup(*).log" /> -->     
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>

------------------------------------------------------------------------------------------------------------------

<Configuration Product="PrjPro">   
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />     
<Logging Type="standard" Path="C:\Install\Logs" Template="Microsoft Office Project Professional Setup(*).log" /> -->     
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
=================================================================


                New to ADSelfService Plus?