Visio 2013 Uninstall

We have a package that deploys Visio 2013 via sccm this works fine. However when trying to remove the software I get the following message "Microsoft Visio Standard 2013 uninstall did not complete succesfully" and the software remains installed.

I have tried the normal install and by creating a bat file with the following command "C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall VISSTD /dll OSETUP.DLL /config "C:\Uninstall Visio 2013\visstd.ww\config_visio.xml"

Any Ideas I need to create a remote uninstallation for this.

April 24th, 2015 6:17am

Try this:

<Configuration Product="VisStd">

< Display Level="none" CompletionNotice="no" />
< Setting Id="SETUP_REBOOT" Value="Never" />

< /Configuration>

This is the batch script:

"%~dp0Visio\setup.exe" /uninstall VisStd /config "%~dp0config_visio.xml"

KR

Free Windows Admin Tool Kit Click here and download it now
April 26th, 2015 11:13pm

I have the config file so I just need to get the bat file working.  where "%~dp0Visio\ does the location of the setup go there. Where do I put the location of the config file.
April 27th, 2015 5:08am

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

Other recent topics Other recent topics