IE7 Uninstall via SMS or SCCM
We had an accidental install of IE7 though ITMU lastnight so i had to find a solution to remove it.
Here is the best solution i could come up with.
%windir%\ie7\spuninst\spuninst.exe /quiet /warnrestart:60 /forceappsclose /log:%SystemDrive%\logfiles\IE7_uninst.log
All the users will see is a popup when it is time for a reboot.
It will countdown for 60 seconds then cause a reboot.
If they want they can put a checkmark in the box and cancel the reboot but the changes will not take affect until the system is rebooted.
Also if they click finish it will not wait for the count down to reboot.
Thanks to the guys and gals on MYITForum for pointing me in the right direction.