No, it's not a Microsoft cab file. It's an Installshield cab file. So the Microsoft EXPAND tool doesn't work in this situation.
Any other ideas?
Main Topics
Browse All TopicsHello,
I'm looking for a way to extract Installshield cab files.
I've got two cab files, data1.cab and data2.cab and the content file data1.hdr.
I already tried the following methods to extract those files:
- ZipScan:
I chose data1.cab to extract, but the program only extracted the files from data1.cab even though it showed as well the files from data2.cab. For the files from data2.cab I received error messages. I assume, that ZipScan dosn't access data2.cab to extract the missing files.
- i5comp & i6comp:
Doesn't seem to support the format. Gives me the message: This does not look like IShield 6 cab.
- Uniextract:
Doesn't seem to support the format. Gives me the message: This does not look like IShield 5 cab.
- Installshield Pro 12:
I don't understand how to use the program to extract the cab files.
The three files can be downloaded from the following address:
http://www.dominickamp.de/
I'd be glad if someone could solve this problem.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://synce.sourceforge.n
If you want, you can try it yourself. I uploaded the files to my page.
http://www.dominickamp.de/
Yes, I tried that. The problem is, that the installer I want to install is the Sony Vaio Edit Components 6.2. This installer requires my computer to be a Vaio pc, which it is obviously not. The installer stops the installation before it starts. I need this program to get my hands on the plugin which allows me to edit AVCHD raw material in Adobe Premiere Pro. And since Sony thinks, it is not necessary to provide its customers with at least a little support regarding their products, I need to do it by myself.
Your assumption is wrong. I don't need to replace a missing file in my system. Sony provides all Vaio computers with a free upgrade for Premiere Elements and Premiere Pro, so that they can import and edit AVCHD raw material (from a Sony HD camcorder) directly without converting it into another format. This software however, is ONLY for Vaio computers and NOT for any others.
I want to extract the files from the Installshield installer and install it manually! So I can probably miss out the check, whether it is a Sony Vaio computer.
In the Professional version of the InstallShield you can find the Installshield Cabinet File Viewer tool. Open the header file, then select components view. You can extract the files from the components with Tools/Extract. (I tested it for your Data.rar and it works fine)
You can use the ISCAB command line utility from this software, too, but it needs layout.bin, etc.
Macindows, Assuming that these cab file are generated by the Installshield, then there must be an MSI accompanying the cab files. Doing an admin install will extract all the files that is contained in the cab files to the location of your choice. Try this from the Start>Run window. Type Msiexec.exe /a ".MSI Filename" /qb TARGETDIR="C:\Temp\AdminIn
macindows, an FYI that the above procedure will not install the app on your machine, but only extract the files to the location that you have mentioned in the Targetdir command. Just to clarify, here is an example of the above command, assuming that the msi and the cab files are in C:\Apps folder and the msi name is "Sony Vaio Edit Components.msi" then the command line from Start>Run would look like this. msiexec.exe /a "C:\Apps\Sony Vaio Edit Components.msi" /qb TARGETDIR="C:\Temp\AdminIn
Good luck!!
Business Accounts
Answer for Membership
by: KCTSPosted on 2007-10-14 at 10:50:35ID: 20074384
Try the Microsoft EXPAND command line tool esources/d ocumentati on/windows /xp/ all/pr oddocs/en- us/expand. mspx?mfr=t rue
see http://www.microsoft.com/r