MS-DOS installation compression

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software: note which Linux tools have compression and decompression; link newer version of mscompress (as packaged by Debian))
(See also)
 
(3 intermediate revisions by 3 users not shown)
Line 11: Line 11:
  
 
== See also ==
 
== See also ==
 +
Other formats in this family:
 
* [[Microsoft KWAJ installation compression]]
 
* [[Microsoft KWAJ installation compression]]
 
* [[Microsoft SZ installation compression]]
 
* [[Microsoft SZ installation compression]]
  
This is not the only compressed file format for which the last character of the file extension might be replaced with an underscore. Others include:
+
Other formats that might be in this family:
* [[InstallShield installer archive]] (<code>_INST32I.EX_</code>)
+
* [[FXPF]]
* [[FTCOMP]]
+
* [[MRNZ]]
* [[SQUEEZE (AJP Systems)]]
+
* [[CAZIP]]
+
  
 
== Format details ==
 
== Format details ==
Line 32: Line 31:
 
* [ftp://ftp.microsoft.com/softlib/mslfiles/CP0982.EXE Setup Toolkit for Visual C++]
 
* [ftp://ftp.microsoft.com/softlib/mslfiles/CP0982.EXE Setup Toolkit for Visual C++]
 
* [[7-Zip]]
 
* [[7-Zip]]
* [https://github.com/stapelberg/mscompress mscompress] (ftp://ftp.penguin.cz/pub/users/mhi/mscompress/ original version]) → mscompress, msexpand (compression and decompression)
+
* [https://github.com/stapelberg/mscompress mscompress] ([ftp://ftp.penguin.cz/pub/users/mhi/mscompress/ original version]) → mscompress, msexpand (compression and decompression)
 
* [https://www.winehq.org/ Wine]
 
* [https://www.winehq.org/ Wine]
 
* {{Deark}}
 
* {{Deark}}
  
 
== Sample files ==
 
== Sample files ==
* https://telparia.com/fileFormatSamples/archive/msCompress/
+
* {{DexvertSamples|archive/msCompress}}
  
 
== Links ==
 
== Links ==

Latest revision as of 14:58, 28 April 2024

File Format
Name MS-DOS installation compression
Ontology
Extension(s) .??_, .??$
PRONOM fmt/462

MS-DOS installation compression refers to a family of compressed file formats formats by Microsoft that appear on MS-DOS and early Windows (3.x) installation disks. The formats have no generally agreed-upon name. This article is primarily about the format whose files start with "SZDD". For the other formats, see Microsoft KWAJ installation compression and Microsoft SZ installation compression.

Compressed files may be generated by the COMPRESS.EXE program (appearing in Microsoft's Setup Toolkit for Visual C++), and decompressed with the EXPAND.EXE program distributed with Windows and MS-DOS. Compressed files have the last character of the file extension replaced with an underscore, or sometimes a dollar sign.

Contents

[edit] See also

Other formats in this family:

Other formats that might be in this family:

[edit] Format details

SZDD's compression format is similar, but not identical, to Okumura's LZSS. There is a byte at offset 8 that specifies the exact type of compression. Most sources say that the only known value for this byte is "A" (0x41), but some report[1] that there is also a type "B", used by Windows 3.1 builds 026 and 034e.

[edit] Identification

An SZDD file begins with bytes 53 5A 44 44 88 F0 27 33.

[edit] Software

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox