Jump to content

Recommended Posts

Posted

I wonder which method of updates, hotfixes or ie9 integration is clean.

in xp nlite or hfslip completely replace orjinal files with updates, so this hotfixes were not uninstallable.

in rt7lite or dism method, for example ie9 integration, is ie8 backed up anywhere? is ie9 can be uninstall further?

or it is a clean integration without uninstall option?

is integration of 25-30 .msu hotfix cause many garbage after in winsxs or &KBxxxxx& folders such as in xp.


Posted

as I know, IE8 backup files are still in winsxs folder even I integrated IE9 into the image and the IE9 works fine in add or remove feature.

Posted (edited)

In this thread, MagicAndre1981 suggested a way to remove IE 8, for those who have IE 9 installed. I have neither tested it yet, nor thought of a way to integrate the command to RT 7 Lite.

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.

Edited by alvinkhorfire
Posted

In this thread, MagicAndre1981 suggested a way to remove IE 8, for those who have IE 9 installed. I have neither tested it yet, nor thought of a way to integrate the command to RT 7 Lite.

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.

tks, i have ever seen this but forgot the link, will try to see what happened.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...