up vote 1 down vote favorite
share [g+] share [fb]

Im having a bit of a problem installing a .CAB. Does anyone here know how to?

link|improve this question
1  
This is in the process of being migrated to Super User where you should get a better response. Create an account and associate it with your Stack Overflow account and you'll have ownership of the question when it migrates. – ChrisF Nov 18 '09 at 21:36
@Dwayne - you'll also have to provide a bit more information, like what error messages you're seeing (if any) etc. – ChrisF Nov 18 '09 at 21:45
feedback

migrated from stackoverflow.com Nov 19 '09 at 7:57

This question came from our site for professional and enthusiast programmers.

2 Answers

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.)

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown