MS-DOS installation compression

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
The '''MS-DOS installation compression''' system is used for system installation files when installing or upgrading MS-DOS starting with version 5.0a. It replaces the last character of the file extension with an underscore. The EXPAND command decompresses the files, and is run as part of the installer. Apparently the Google Chrome installation process [http://festiva-yourchoice.blogspot.com/2010/01/expandexe-preventing-google-chrome-from.html also needs it].
 
The '''MS-DOS installation compression''' system is used for system installation files when installing or upgrading MS-DOS starting with version 5.0a. It replaces the last character of the file extension with an underscore. The EXPAND command decompresses the files, and is run as part of the installer. Apparently the Google Chrome installation process [http://festiva-yourchoice.blogspot.com/2010/01/expandexe-preventing-google-chrome-from.html also needs it].
  
This format apparently uses some form of [[Lempel-Ziv]] compression.
+
This format (usually?) uses [[LZ77]] compression.
 +
 
 +
== Identification ==
 +
File begin with bytes <code>53 5A 44 44 88 F0 27 33</code>, or (rarely?) <code>4B 57 41 4A 88 F0 27 D1</code>.
 +
 
 +
== Software ==
 +
* EXPAND.EXE - utility included with many versions of MS Windows and MS-DOS
 +
* [http://www.7-zip.org/ 7-Zip]
 +
* [ftp://ftp.penguin.cz/pub/users/mhi/mscompress/ mscompress] - msexpand
  
 
== Links ==
 
== Links ==

Revision as of 14:41, 2 June 2013

File Format
Name MS-DOS installation compression
Ontology
Extension(s) .??_

The MS-DOS installation compression system is used for system installation files when installing or upgrading MS-DOS starting with version 5.0a. It replaces the last character of the file extension with an underscore. The EXPAND command decompresses the files, and is run as part of the installer. Apparently the Google Chrome installation process also needs it.

This format (usually?) uses LZ77 compression.

Identification

File begin with bytes 53 5A 44 44 88 F0 27 33, or (rarely?) 4B 57 41 4A 88 F0 27 D1.

Software

  • EXPAND.EXE - utility included with many versions of MS Windows and MS-DOS
  • 7-Zip
  • mscompress - msexpand

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox