If it is able to be opened, Disk Utility in your Utilities folder, in your Applications folder will open it for you.
I have heard for certain archived files, if they don't open you can change the extension to .iso, and then they'll open.
The next hit from this on Google while I was looking for a solution to UIF files on Mac was the following:
http://vafer.org/blog/20080124001224
This solves the conversion from UIF to ISO so you can mount it on a Mac.
Caution: A command line utility is provided, so you have to have basic Terminal usage knowledge (or read the instructions in the comments there).
Good luck...![]()
I've been trying to get this to work, but I keep getting an 'invalid argument' error. Any ideas? I'm using leopard and trying to convert a 2.75 gb file
I'd be very interested to know how you compile the source for 64-bit too actuallyThis tool works great, I have used it in the past. If you are using it to work with a file over 2GB, you have to recompile it with 64 bit support.
I'd be very interested to know how you compile the source for 64-bit too actually![]()
CFLAGS += -O2 -arch x86_64
CFLAGS += -O2 -arch ppc64
CFLAGS += -O2 -m64
Thanks for the instructions! I know absolutely nothing about compiling anything so I may well be back with problems
I'm on a Mac Pro (Xeon) so I will be fine regarding being able to "make" 64-bit.
Will give it a go...
Here it is compiled for 64 bit Intel and 64 bit PowerPC as a universal binary. You'll need a Core 2 Duo or a G5. If you have any problems, let me know.
Thanks for this. I'm using an iMac G5 and I'm getting this error:
-bash: ./uif2iso: Bad CPU type in executable
Can you help?
Here it is compiled for 64 bit Intel and 64 bit PowerPC as a universal binary. You'll need a Core 2 Duo or a G5. If you have any problems, let me know.