

Then run the ODT executable in configure mode: setup.exe /configure UninstallConfig.xml 4. xml file for Visio Professional 2016 uninstall with the following example, save it as UninstallConfig.xml: Edit the configuration.xml file or create a new. It contains the Office 2016 Deployment Tool executable ( setup.exe) and a sample configuration file (configuration.xml).Ģ. Download the Office 2016 Deployment Tool from Generally, it is recommended to use the ODT and set the Displaylevel to none to silently remove Click-to-run version of Visio or Project.ġ. I am not familiar with the scripts and working process of KACE. I've tried running this script with service account as well but it fails if regular account is signed in.Īny ideas on how can I remove project and visio 2016(C2R) with Script?Īny kind of hints and help is appreciated. We used KACE for deployment in both the casesĬase 1: If I am logged in with my admin account and if I push this script it works fineĬase 2: If I am logged in with my regular account the same script fails I put these commands in Separate batch files to execute them one by one but I am running in to a problem as follows: "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProRetail.16_en-us_x-none culture=en-us version.16=16.0 DisplayLevel=False "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=ProjectProRetail.16_en-us_x-none culture=en-us version.16=16.0 DisplayLevel=False I tried to create a script which looks like following: Goal: To Uninstall Visio and Project from office 2016 (Click to Run version)

First of all let me explain what I am trying to do and what I have done:
