Im having a bit of a problem installing a .CAB. Does anyone here know how to?
feedback
|
migrated from stackoverflow.com Nov 19 '09 at 7:57
This question came from our site for professional and enthusiast programmers.
|
A cab file is a compressed archive, like zip. You should extract the contents of the file (double click then extract), and look for a installer (setup.msi or setup.exe etc.) | |||
|
feedback
|
|
You may use Universal Extractor to extract the contents of the .CAB file and install them manually, if an installation program is included in the archive. | |||
|
feedback
|