How to expand and then recompress the XP setup files

Discussion in 'Windows XP / Older OS' started by DAz999, Jun 17, 2011.

  1. DAz999

    DAz999 MDL Member

    May 19, 2007
    132
    40
    10
    #1 DAz999, Jun 17, 2011
    Last edited: Jun 17, 2011
    Hi,

    Could you tell me of a tool or command line to recompress the xp setup files, I understand how to decompress them with the expand command, but do not know how to recompress them to original

    example

    expand -r SHELL32.DL_ SHELL32.DLL

    ? SHELL32.DLL SHELL32.DL_ this is what i do not know how to do.
     
  2. 2percent

    2percent MDL Member

    Sep 17, 2010
    107
    56
    10
    I use this to compress XP oem bios files makecab.exe /D CompressionType=LZX /D CompressionMemory=21 which for you would be
    makecab.exe /D CompressionType=LZX /D CompressionMemory=21 SHELL32.DLL SHELL32.DL_
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. DAz999

    DAz999 MDL Member

    May 19, 2007
    132
    40
    10
  4. stream

    stream MDL Member

    Nov 5, 2010
    206
    104
    10
    #5 stream, Jun 17, 2011
    Last edited by a moderator: May 23, 2017

    Attached Files:

  5. jimfaster

    jimfaster MDL Novice

    Jun 21, 2011
    1
    0
    0
    How do you compress files?
     
  6. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    You can start by reading the thread it has already been explained.