Visio 365 Click to Run will not uninstall as a single product

Hello, I need some advice please...

I have created a VisioProRetail install using Click to Run installer and command line "setup.exe /configure Visio.xml"

My problem is uninstalling it. I have a configuration file as follows:

<Configuration>
  <Remove>
       <Product ID="VisioProRetail" />
  </Remove>
  <Display Level="none" AcceptEULA="TRUE" />
  <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
  <Logging Name="Visio365SetupUninstall.log" Path="C:\Windows\Temp" />
</Configuration>

And running the command "setup.exe /configure UninstallVisio.xml" runs and completes successfully however the Visio installation is still there! Repeated the process with <Display Level="none" AcceptEULA="TRUE" /> removed and it prompts to uninstall the product, completes, says all is uninstalled, but no different

I have also tried the following XML file:

<Configuration>
  <Remove All="TRUE" />
  <Display Level="none" AcceptEULA="TRUE" />
  <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
  <Logging Name="Office365SetupUninstall.log" Path="C:\Windows\Temp" />
</Configuration>

It does uninstall ok. My problem with this is that Office 365 ProPlus will also be removed on the same PC which I do not want.

Has anyone successfully uninstalled a single product using the XML file?

Thanks.


April 24th, 2015 10:49am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics