InstallIt!
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|??_}}, others |released=≤1995 }} '''InstallIt!''' is installation software for DOS, developed by Ri...") |
(→Sample files) |
||
(2 intermediate revisions by one user not shown) | |||
Line 7: | Line 7: | ||
'''InstallIt!''' is installation software for DOS, developed by Rick Pedley and Coffee Mug Software. | '''InstallIt!''' is installation software for DOS, developed by Rick Pedley and Coffee Mug Software. | ||
− | It has | + | It has an associated compressed file format, which can be managed using the included COMPRESS.EXE and DECOMP.EXE utilities. |
== Discussion == | == Discussion == | ||
− | + | Version 2.00 can probably be considered to be the first version of InstallIt. It evolved from an earlier program named ''Installer'' ({{CdTextfiles|somuch/smsharew3/PROG/INSTLR12.ZIP|INSTLR12.ZIP}}), but the programs don't appear to have much in common. | |
== Identification == | == Identification == | ||
− | Compressed files have ASCII signature "{{magic|CP2.00}}" beginning 43 bytes from the end of the file. They are observed to end with ASCII "{{magic|32}}". | + | Compressed files (for v2.00-2.04) have ASCII signature "{{magic|CP2.00}}" beginning 43 bytes from the end of the file. They are observed to end with ASCII "{{magic|32}}". |
== Software == | == Software == | ||
* {{CdTextfiles|sv/svdiamond/CDR48/II_200.ZIP|InstallIt v2.00}} | * {{CdTextfiles|sv/svdiamond/CDR48/II_200.ZIP|InstallIt v2.00}} | ||
+ | * {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/INSTAL/II202.ZIP|InstallIt v2.02}} | ||
+ | * {{CdTextfiles|simtel/simtel0101/simtel/install/ii204.zip|InstallIt v2.04}} | ||
== Sample files == | == Sample files == | ||
* {{CdTextfiles|sv/svdiamond/CDR48/II_200.ZIP|II_200.ZIP}} → *.??_ | * {{CdTextfiles|sv/svdiamond/CDR48/II_200.ZIP|II_200.ZIP}} → *.??_ | ||
+ | * {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/TEACHING/GVG351.ZIP|GVG351.ZIP}}, {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/TEACHING/GVGP351.ZIP|GVGP351.ZIP}}, {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/TEACHING/GVGU102.ZIP|GVGU102.ZIP}} | ||
+ | * {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/EDUCATE/WC141.ZIP|WC141.ZIP}} | ||
+ | * {{DexvertSamples|archive/installIt}} |
Latest revision as of 00:43, 16 February 2024
InstallIt! is installation software for DOS, developed by Rick Pedley and Coffee Mug Software.
It has an associated compressed file format, which can be managed using the included COMPRESS.EXE and DECOMP.EXE utilities.
Contents[hide] |
[edit] Discussion
Version 2.00 can probably be considered to be the first version of InstallIt. It evolved from an earlier program named Installer (INSTLR12.ZIP), but the programs don't appear to have much in common.
[edit] Identification
Compressed files (for v2.00-2.04) have ASCII signature "CP2.00
" beginning 43 bytes from the end of the file. They are observed to end with ASCII "32
".