Monday 19 May 2008

Extracting Micro$oft .cab files

Here it is, courtesy of Mr B.:

To extract Microshite .cab files, install "cabextract" (from package manager).
Copy blah.cab into a directory and:

$ cabextract blah.cab

OR

$ cabextract -l blah.cab

to list the files in the .cab.

No comments: