Visio Premium 2010- Silent uninstall through Config.XML

Hi,

How to uninstall Visio Premium 2010 silently in Windows 7 using config.xml file

 I have configured the config.xml file with the details below

<Configuration Product="Visio">

 <!-- <Display Level="None" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" /> -->
 
 <!-- <Setting Id="SETUP_REBOOT" Value="Never" /> -->
 
 </Configuration>

Uninstall string:
"C:\Program Files (x86)\Common Files\microsoft shared\OFFICE14\Office Setup Controller\setup.exe" /uninstall Visio /config "C:\Program Files (x86)\Common Files\microsoft shared\OFFICE14\Office Setup Controller\config.xml"

Are there any more switches to be added along with Uninstall string? 

Any suggestion?

December 23rd, 2011 3:24pm

Hi,

If you want to activate the Display element, you should remove the comment delimiters, "<!--" and "-->".


<Configuration Product="Visio">

<Display Level="None" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />
 
<Setting Id="SETUP_REBOOT" Value="Never" />
 
</Configuration>


Uninstall string Example:
\\server\share\Office14\setup.exe /uninstall Visio /config \\server\share\office14\Visio.WW\Config.xml

By default, the Config.xml file that is stored in the core product folder directs Setup to install that product. For example, the Config.xml file in the Visio.WW folder installs Visio Premium 2010.\\server\share\Office14\ is the path of the visio installation source files.

 

More reference:"Config.xml file in Office 2010"

http://technet.microsoft.com/en-us/library/cc179195.aspx

"Configure a silent installation of Office 2010"

http://technet.microsoft.com/en-us/library/dd630736.aspx

 

Best Re

Free Windows Admin Tool Kit Click here and download it now
December 29th, 2011 11:51am

Thanks.

It worked.

January 3rd, 2012 1:10pm

Hi,

If I want to change Visio Premium 2010 to Visio Professional 2010 edition.

And want to change edition name in Add and remove Program then what will be the method ? 

Free Windows Admin Tool Kit Click here and download it now
November 7th, 2012 10:01am

Hi,

If I want to change Visio Premium 2010 to Visio Professional 2010 edition.

And want to change edition name in Add and remove Program then what will be the method ? 


uninstall VisPrem and installVisPro (apply the VisPro product key during the installation, using either config.xml or an OCT-generated MSPfile)
November 7th, 2012 10:16am

Thanks William

It worked for me as well....

Free Windows Admin Tool Kit Click here and download it now
July 8th, 2013 8:32am

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

Other recent topics Other recent topics