
- #UNINSTALL PROJECT PLAN 365 HOW TO#
- #UNINSTALL PROJECT PLAN 365 PROFESSIONAL#
- #UNINSTALL PROJECT PLAN 365 DOWNLOAD#
If you have feedback for TechNet Subscriber Support, to learn more. Mark the replies as answers if they helped. For more information about the Configuration options in ODT configuration.xml file, please read: Hope this can be helpful. Check the log file to confirm if the Visio is uninstalled successfully. Then run the ODT executable in configure mode: setup.exe /configure UninstallConfig.xml 4.
#UNINSTALL PROJECT PLAN 365 PROFESSIONAL#
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).Ģ.
#UNINSTALL PROJECT PLAN 365 DOWNLOAD#
Download the Office 2016 Deployment Tool from In the Control Panel select Programs - Programs and Features, right-click on the installed Microsoft Office version, then select Uninstall. 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)
#UNINSTALL PROJECT PLAN 365 HOW TO#
So I'm out of ideas for how to get this to uninstall silently.First of all let me explain what I am trying to do and what I have done: That, too, waits for a prompt before running the uninstall. I also tried changing Product ID to "ProjectProRetail" due to something I read online, but that doesn't work, either.Īlso tried the following command line from the HKLM/Software/Microsoft/Windows/CurrentVersion/Uninstall hive of the registry: "C:\Program Files\Microsoft Office 15\ClientX64\OfficeClickToRun.exe" scenario=install scenariosubtype=uninstall baseurl="C:\Program Files\Microsoft Office 15" platform=x86 version=.1003 culture=en-us productstoremove=ProjectProRetail_en-us_x-none If I change it to "none", setup.exe still runs, but eventually stops, and Project isn't uninstalled. That works, but of course waits for a prompt since Display Level is set to "full". I thought this would work much like Office 2013, with a silent uninstall command of: setup.exe /configure uninstallProjectPro.xml Wanted to add the uninstall string to SCCM to automate the uninstall process, but I'm struggling to find the string that works, or the form of the XML configuration file that works. I want to silently uninstall Project or Visio but leave Office 365 intact. I have a number of computers that have Office 365 installed, as well as either Project or Visio 365.
