MS-DOS installation compression
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|??_}} }} The '''MS-DOS installation compression''' system is used for system installation files when...") |
Dan Tobias (Talk | contribs) |
||
Line 11: | Line 11: | ||
== Links == | == Links == | ||
* [http://support.microsoft.com/kb/80751 Documentation in Microsoft site] | * [http://support.microsoft.com/kb/80751 Documentation in Microsoft site] | ||
+ | |||
+ | [[Category:Microsoft]] |
Revision as of 17:48, 23 April 2013
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 apparently uses some form of Lempel-Ziv compression.