How do I extract an InstallShield Cabinet file?

19

8

I need to extract the contents of an InstallShield Cabinet file (.cab).

What tools should I use for the job?

user18411

Posted 2009-12-28T20:51:18.727

Reputation:

Answers

10

One of my favorite little helpers:

Universal Extractor is a program doing exactly what it says: extract files from any type of archive, whether it's a simple ZIP file, an installation program, or even a Windows Installer (.msi) package.

... and indeed anything Installshield (see list below).

alt text

Archive Type    Common File Extension(s)
7-zip archive   .7z, .exe
ACE archive     .ace
ARC archive     .arc
ARJ archive     .arj, .exe
ASpack compressed file  .exe
BIN/CUE CD-ROM image    .bin, .cue
bzip2 archive   .bz2, .tbz2, .tar.bz2
CPIO compressed file    .cpio
Debian package  .deb
DiscJuggler CD-ROM image    .cdi
Encoded files   .b64, .uu, .uue, .xx, .xxe, .yenc, .ntx
Gentee package  .exe
gzip archive    .gz, .tgz, .tar.gz
IMG floppy disk image   .img
Inno Setup package  .exe
Installer VISE package  .exe
InstallShield Cabinet archive   .cab, .1, .lib
InstallShield package   .exe
ISO 9660 CD-ROM image   .iso
KGB archive     .kgb, kge, .exe
LZH compressed file     .lzh, .lha
LZMA compressed file    .lzma
LZO compressed file     .lzo
LZW compressed file     .Z, .tz, .tar.Z
LZX compressed file     .lzx
MHTML file  .mht
Microsoft Cabinet archive   .cab, .exe, .imf
Microsoft Compiled Help file    .chm
Microsoft compressed file   .??_
Microsoft LIT e-book    .lit
Microsoft Windows Help file     .hlp
Nero CD-ROM images  .nrg
NSIS package    .exe
Oasis Document Format (ODF) document    .odt, .odp, .odg, .ods
Office Open XML (OOXML) document    .docx, .pptx, .xlsx
Outlook Express mail archive    .dbx
PEA archive     .pea
RAR archive     .rar, .001, .exe
Reflexive Arcade package    .exe
RoboForm package    .exe
RPM package     .rpm
SetupFactory package    .exe
SIS (SymbianOS) packages    .sis
StuffIt packages    .sit
TAR archive     .tar, .tbz2, .tgz, .tz, .tar.bz2, .tar.gz, .tar.z
UHARC archive   .uha
UPX compressed file     .exe, .dll
Windows Imaging Format image    .wim
Windows Installer package   .msi
Windows Installer patch     .msp
Windows Update Standalone patch     .msu
Wise Installer package  .exe
ZIP archive     .zip, .jar, .xpi, .wz, .exe
Zoo archive     .zoo

Universal Extractor is freeware and portable.

It's a brilliant utility to extract drivers or installers to make applications 'portable' and as they claim, it really works for pretty much any form of archive.

Molly7244

Posted 2009-12-28T20:51:18.727

Reputation:

2it doesn't work even for IS 5 if the data is separated across multiple .cab-s (e.g. data1.cab & data2.cab) – None – 2014-08-18T20:47:35.937

Great when it works. When it doesn't see next answer.. – bshea – 2015-05-08T16:40:39.250

9It doesn't work beyond IS 5 – Milind R – 2013-10-23T12:00:30.520

9

"i6comp" (UniExtract) and/or "unshield" is a wasted effort anymore. Anything equal or over InstallShield v12 (InstallScript Projects) will not extract. InstallShield's own "CabView" (ISCabVu.exe) will let you do one file at a time. But I need to extract over 10,000 files for each separate language to rebuild an installer. So in this regard it doesn't help much either.

The only option I have found is taking the IS2009 "iscab.exe" (last version released) and placing in my IS2010 system directory. Add IS "system" path to your %path% ENV. Ended up having to create 15 separate INI files, but got all the LANG dependent files separated. Certainly beats using Cab View and repeating an extract 10,000 times!

Example:

{create a "blank" INI file. This will hold all file information from cab(s)}

Run command to add all files to your new main INI:

iscab.exe ..\MyAppSetupDir\data1.cab -i"allfiles.ini" -lx

{Backup "allfiles.ini". Edit a new INI based on above that only includes files you want to extract}

iscab.exe ..\MyAppSetupDir\data1.cab -i"MyEditedISCabIni.ini" -x

NOTE: You will have to recreate the parent level folders yourself or you will get an error.

Seems rather ridiculous to me that ISCabVu limits you to 1 file at a time when in fact they had made the utility detailed above. They no longer distribute this utility ( >= IS2010). Very frustrating and odd.

Edit (2016):
Some may be able to still use iscab.exe from last uniextract commit on older IS setup's:
https://code.google.com/archive/p/uniextract/source/default/source
(Download 'source' and look for iscab.exe in archive)

Flex site:
ISCabExe (They removed help site).

Edit (2016):
Please also see this post & answers.
Also have a look at Unshield (currently maintained) as well as UniExtract2 projects.

bshea

Posted 2009-12-28T20:51:18.727

Reputation: 678

0

The unshield command of the SynCE project worked for me.

moi

Posted 2009-12-28T20:51:18.727

Reputation: 139

0

Mark

Posted 2009-12-28T20:51:18.727

Reputation: 3 009

actually, unpackers from SAC (i5comp/i6comp, specifically) done the trick for me perfectly. Thanks for the reference, Mark. – None – 2014-08-18T20:46:50.043

3winzip doesn't do the job, i need to extract an install shield cab file, not a microsoft cab file. – None – 2009-12-28T21:37:18.400

you're linking to a website that requires to register a trial account in order to view the content? very funny. – None – 2009-12-29T22:27:33.137

Wasn't purposefully done, but I'm now using the cached link as a quick fix... – Mark – 2009-12-30T12:31:33.350

Don't link to EE on SuperUser... It would be bad... Try to imagine all life as you know it stopping instantaneously and every molecule in your body exploding at the speed of light...

Anyway, even cache version won't work. Just don't put such links. – Gnoupi – 2009-12-30T13:40:15.573

Cached version will work, just scroll all the way down – Mark – 2009-12-30T13:48:16.033

Oh, indeed, they are playing hide&seek, those valuable informations :] – Gnoupi – 2009-12-30T14:20:38.400

-4

I've used IZArc with great success for this task. IZArc is similar to WinZip but it is free and does not contain the annoying "Register" features. IZArc will let you browse the .cab file just like it is a folder on your computer.

rodey

Posted 2009-12-28T20:51:18.727

Reputation: 1 802

6IZArc doesn't do the job, i need to extract an install shield cab file, not a microsoft cab file. – None – 2009-12-28T21:37:59.850