Author |
Message |
jonbwfc
What's a life?
Joined: Thu Apr 23, 2009 7:26 pm Posts: 17040
|
Short version : I have an .MPKG package I need to give people to download via the web (an IIS server to be specific). Obviously to every other OS .MPKG 'files' are in fact directories and so they appear as such when the URL is accessed on a Mac. Is there any way I can convince IIS to treat the MPKG bundle as a single file? I've tried MIME types and various other things, none of them seem to help at all.
Jon
|
Wed Dec 14, 2011 1:48 pm |
|
 |
forquare1
I haven't seen my friends in so long
Joined: Thu Apr 23, 2009 6:36 pm Posts: 5156 Location: /dev/tty0
|
I'd probably look at zipping it, or putting it in a disk image, I think most Mac users would expect opening a DMG or zip file to install something.
|
Wed Dec 14, 2011 1:52 pm |
|
 |
steve74
Doesn't have much of a life
Joined: Fri Apr 24, 2009 12:43 pm Posts: 1798 Location: Manchester
|
Yes, if it's just for Macs to install, wrap it inside a disk image (.dmg) file.
_________________ * Steve *
* Witty statement goes here *
|
Wed Dec 14, 2011 3:17 pm |
|
 |
smithsocksimon
Occasionally has a life
Joined: Thu Apr 07, 2011 1:34 pm Posts: 108 Location: Belgium
|
Why not just zip it? Disk images are a very unsatisfactory way of delivering downloads, very unintuitive.
_________________I’m on the internet — blog | flickr | facebook | twitter
|
Wed Dec 14, 2011 4:11 pm |
|
 |
forquare1
I haven't seen my friends in so long
Joined: Thu Apr 23, 2009 6:36 pm Posts: 5156 Location: /dev/tty0
|
I would say that many Mac users know what to do with a disk image. It's not exactly unintuitive, maybe overkill? Having said that, watching some ex-die-hard Windows users using a Mac, perhaps a zip file would be better.
|
Thu Dec 15, 2011 8:19 am |
|
 |
paulzolo
What's a life?
Joined: Thu Apr 23, 2009 6:27 pm Posts: 12251
|
Ever downloaded a zipped disk image? Very silly.
|
Thu Dec 15, 2011 9:37 am |
|
 |
forquare1
I haven't seen my friends in so long
Joined: Thu Apr 23, 2009 6:36 pm Posts: 5156 Location: /dev/tty0
|
Does the default decompressor decompress bzip2 files? If you do choose to compress it I always find tar.bz2 files have much better compression.
|
Thu Dec 15, 2011 10:52 am |
|
 |
smithsocksimon
Occasionally has a life
Joined: Thu Apr 07, 2011 1:34 pm Posts: 108 Location: Belgium
|
_________________I’m on the internet — blog | flickr | facebook | twitter
|
Fri Dec 16, 2011 8:41 am |
|
|