uninstall silent project and visio using SCCM 2007 R2
I need to create a distribution package that makes the silent uninstallation of software microsoft Project 2003/2007/2010 Standard / Professional and Microsoft Visio 2003/2007/2010 Standard / Premium.
I'm using the method configuration in the config.xml file.
I did some testing by removing the packages manually using this configuration:
D: \ Project2010x32> setup.exe / uninstall PrjStd / config "d: \ Project2010x32 \ PrjStd.WW \ config.xml"
<Configuration Product="PrjStd">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> ->
<Logging Type="standard" Path="D:\Project2010x32std" Template="Microsoft Office Project Standard Setup(*).log" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
-------------------------------------------------- -------
D: \ Visio> setup.exe / uninstall Visio / config "d: \ Visio \ Visio.WW \ config.xml"
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="C:\Install\Logs" Template="Microsoft Office Visio Setup(*).log" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
I got hit with this configuration manually, now need to create the distribution package. Do you have a procedure to create the package?
Answers (2)
Hi,
if I understand it right at first u need to discover which version is currently installed and after located the install source to start the correct uninstall procedure which can be done with a select case behaviour. Finally when u have the script just put it has GPO or SCCM or what ever.
Or do I misunderstand u?
Cheers
stephan