There were instructions on how to make a bootable XP ISO using mkisofs on onmac.net maybe you can find something similar for Vista. Then just copy the files to a folder and use mkisofs to make the DVD image.
B
Just posting here again incase others want to do what I did. I had to use XP under vmware to get this to work though (needed a program that was Windows only).
1) Get mkisofs from
http://www.helios.de/news/news07/mkisofs.phtml (for osx)
2) Get BBIE - Bart's Boot Image Extractor
http://www.nu2.nu/bbie/ (windows only)
3) On OSX, I created a "Vista" folder on my desktop and one by one I loaded each Vista CD and copied its contents into my "Vista" folder. I took the contents of CDs 2-5 and put them in the "Vista/source" directory.
4) Now, in windows I load my Vista CD 1 (drive d: ) and use bbie to get the boot image. The commad -
bbie -v -b d:
5) I now copy the
image.bin file it creates back to the OSX side and into the Vista folder I created in step 3. I renamed it
boot.bin.
6) Now back in the OSX side you will create the dvd iso with the command
mkisofs -udf -v -b boot.bin -no-emul-boot -hide boot.bin -hide boot.catalog -o MyVistaIso.iso Vista
Here
boot.bin is the file you copied from the Windows side and Vista is the "
Vista" folder you created in step 3. When this command is done you will have a
MyVista.iso. You should then be able to burn this image to a dvd and do the install on a MBP
Note: I have not gotten as far as doing the bootcamp install but I used the image to install on a vmware partition so it should work.
Most of my information came from here:
http://jack.ukleja.com/blog/category/vista/
It made my job easier and I didn't have to buy magiciso