- Messages
- 4,399
- Reaction score
- 94
- Points
- 48
Trying to update from a previous version of IE8 to the new beta, I discovered there to be no entry on the list of programs to uninstall for IE. Found this, and it might be of use to someone else:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-8*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /upfname /norestart"
(Taken from https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=363677 , added a space after "\Packages")
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-8*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /upfname /norestart"
(Taken from https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=363677 , added a space after "\Packages")