This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Unable to open cab files with CabFile Viewer
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2010
01:43 PM
Unable to open cab files with CabFile Viewer
I'm unable to open any of my cab files that were created with InstallScript MSI 2010. If I try to open the cab file, I set the type .cab, then I get the error " Error 130, Could not open HDR file"
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2010
06:12 PM
Depending on the .cab file, perhaps you can view its contents directly, assuming a recent version of Windows? The .cab files MSI uses are Microsoft-format files, where the InstallScript ones are the ones you can open with the InstallShield Cabinet File Viewer tool.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 28, 2010
07:35 AM
Dean H wrote:Cab File Viewer allows to extract InstallShield CABs built from InstallScript Project. InstallScript MSI/Basic MSI Projects make sandard Microsoft Cabinets. You can open them in Windows Explorer or extract with any compression utility (WinZIP, WinRAR).
I'm unable to open any of my cab files that were created with InstallScript MSI 2010. If I try to open the cab file, I set the type .cab, then I get the error " Error 130, Could not open HDR file"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 28, 2010
12:30 PM
I'm getting the error message when I try to use the InstallShield Cab viewer. I have not tried to open the cab file with any other program, just wondering why the InstallShield cab viewer is unable to open the files?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 28, 2010
12:39 PM
OK I opened the cab file with Windows Explorer, although some of the files are visible, the majority of the files show up as GUIDs so I'm unable to actually see the files I'm looking for.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2010
03:15 AM
Dean H wrote:This is how MSI works. I think you have choosen "dynamic file linking" in InstallShield. Also it does not store the directory structure. Windows Installer will extract and rename files on install. Why do you need this at all? Why not just install the program and use the installed files?
OK I opened the cab file with Windows Explorer, although some of the files are visible, the majority of the files show up as GUIDs so I'm unable to actually see the files I'm looking for.