April 6, 201115 yr i have installed IE9, and ie8 is still sitting in my WinSxS, i have no plans to go back or EVER use IE8 again, how can i SAFELY remove it, to free up space
April 6, 201115 yr run this command twice from an command prompt (cmd.exe) with adminrights:FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*8.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"this should remove the IE8 files with the help of the command line.Make a backup first.
April 7, 201115 yr MagicAndre1981Thank you once again for recommending this nifty tip. My questions are:1. With IE 8 removed, will IE 9 continue to run fine without any problem? In other words, is IE 9 made to be independent of IE 8, without using any IE 8 files?2. I am currently a slimmed-down Windows 7 SP1 with IE 9 slipstreamed by RT 7 Lite. Is its safe to use this command, without harming my system?Thanks for the advice given.
April 7, 201115 yr Author well, IE9 is completely seperate from IE8, that's why IE9 is so much faster did you look that up?there are more packages i would like to remove, but that way seems a TRILLION times safer than manually deleting the old filesi get error code 0x80070005 Edited April 7, 201115 yr by marcusj0015
April 7, 201115 yr I also get the error, I think you may have to take ownership of the mum file (might also have to do it to a reg entry or two)InstallWimTweak.exe can do this but it does all packages, not just IE8If anybody knew exactly what InstallWimTweak.exe does it could possibly be done manually just for IE8 package Edited April 7, 201115 yr by ricktendo64
April 8, 201115 yr Author i have disabled UAC also, and i right click run as admin cmd, before i entered the commands
April 8, 201115 yr InstallWimTweak.exe can do this but it does all packages, not just IE8If anybody knew exactly what InstallWimTweak.exe does it could possibly be done manually just for IE8 packageDo you mean installwimtweak by wnuku, used in vLite threads, such as Windows 7 Ultimate/Server 2008 R2 Enterprise SP1 Batch Removal?Here is wnuku's reply in regards to the function of the installwimtweak.hi, yes, i created install wim tweak some time ago, and purpose of it was to enable removing some components of windows. And simply, only thing that install wim tweak is doing is changing registry entries inside hives in install.wim (sorry for misleading name of tool). Back in 2008, guides about removing components from vista/2008 had instructions how to do all those changes manually, but it was time consuming and could cause many errors when registry has been edited in wrong way. That's why i created this tool - to simplify this process. If you are curious what exactly my tool is doing, there are source codes posted here : http://www.msfn.org/board/index.php?app=forums&module=forums§ion=findpost&pid=825130 .Short answer, as far i can remember, install win tweak does not touch file security inside install wim. Hope it helps Hope this helps, ricktendo64. Edited April 8, 201115 yr by alvinkhorfire
Create an account or sign in to comment