Author Topic: WinXP SP1 -- update.exe  (Read 2503 times)

TheAngryPenguin

  • Guest
WinXP SP1 -- update.exe
« on: September 30, 2002, 03:08:02 PM »
This is a question *somewhat* related to SlipStreaming SP1 into WinXP.

Is there a way to extract selected files from SP1 as opposed to installing the complete Service Pack?

For example, I need the following updated files from the SP1 *without* necessarily installing the complete Service Pack:

explorer.exe
msctf.dll
msutb.dll

Upon decompressing/unzipping xpsp1_en_x86.exe into a new folder, I can locate these files; HOWEVER, they are named as:

explorer.ex_
msctf.dl_
msutb.dl_

Will these files be valid if I simply rename them appropriately, or is there yet another decompression process involving update.exe?

If the latter is the case, is it possible to decompress these files properly with update.exe; and how does one go about doing so?

Offline Josetann

  • admin
  • Administrator
  • Hero Member
  • *****
  • Posts: 10136
  • Karma: +0/-0
    • View Profile
WinXP SP1 -- update.exe
« Reply #1 on: October 01, 2002, 04:40:04 AM »
I believe you can decompress these files using a program like WinZip.  Also there should be an extract command that can decompress those files (but cannot recompress them, shouldn\'t be a problem here though).

Anonymous

  • Guest
WinXP SP1 -- update.exe
« Reply #2 on: October 01, 2002, 10:48:30 AM »
yes, rename those files to *.cab and open with winzip and extract them . you can use the files as usual.

TheAngryPenguin

  • Guest
WinXP SP1 -- update.exe
« Reply #3 on: October 03, 2002, 01:11:31 AM »
Man, I totally forgot about extract.exe -- this is what was *definitely* needed in my situation.  Just to refresh everyone\'s memory:

EXTRACT [/Y] [/A] [/D | /E] [/L dir] cabinet [filename ...]
EXTRACT [/Y] source [newname]
EXTRACT [/Y] /C source destination

In my case, I had to use the following command:

extract explorer.ex_ explorer.exe
extract msctf.dl_ msctf.dll
extract msutb.dl_ msutb.dll

And YES, it DOES make a difference -- renaming, or using WinZIP will NOT decompress these files correctly!!!

--Adam

Space Between

  • Guest
WinXP SP1 -- update.exe
« Reply #4 on: October 04, 2002, 02:54:45 AM »
I use winrar to extract them and winace or cabman to recompress them intoa  cabinet file and then rename them back with a _. I belive in winace you can even pick a Microsoft compression technique...but im not sure on that..it\'s worked so far anyhow

I however should\'nt post this because ihave not tried it with XP but it worked for 2K

Space Betwen

  • Guest
WinXP SP1 -- update.exe
« Reply #5 on: October 04, 2002, 02:56:16 AM »
oh the reason WinZip will not work is because i don\'t think it can handle cabinet files