I'm curious if there is some registry hack that would allow me to download .cab files rather then opening them in PIE. I was out and about trying browsing sites trying to find programs and games to install. I played with it for a while trying to get the cab file to download to my PPC. Each time I try to download it just opens it up in PIE and displays a bunch of text.
Thats a pretty bizzare problem. When I download files in the .cab format, PIE just saves them, and then I open and install them. No hacks necessary....
__________________
BM
"If the automobile had followed the same development cycle as the computer, a Rolls-Royce would today cost $100, get one million miles to the gallon, and explode once a year, killing everyone inside." Robert X Cringely
Addition who needs that kind of stuff any way huh?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Who cares if I'm only 16? To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
I had a similar problem, but you can try downloading a free piece of software called EzDownload. You just enter the location of the file(s) and it downloads them! You need a pc to install it though...
\Windows\Profiles\guest\Temporary Internet Files\Content.IE5
You will find the cab file in one of the folders there, yes, the PIE screen will show text; but I assure you the cab file will be in the location above.
Don't know why it does it with some sites and not others. It was explained to me but can not find the forum link, it might have been on another forum.
It is a problem with both, the site is not set up properly to tell PIE that the file is a binary (rather than plain text) and PIE being too stupid to look at the file extension and decide intelligently what it should do.
For those who are interested in why some sites work and others don't:
It's all to do with mimetypes, as a file is downloaded from any site the site will send back a header for the file describing it's size and type i.e. text/html for a webpage and image/jpeg for a jpeg picture, many sites are set up badly and will default to text/plain for undefined filetypes (.cab is very likely to be left off the list of filetypes as it is not very common) and so PIE will moronically trust that what is being sent truly is viewable text and render it as such. The generally used mime type for unknown filetypes intended for download is application/octet-stream, I can only assume that sites intended for storing .cab files have properly set this up and so PIE will know that it is a data file it won't be able to handle and so saves it instead.