I want to know that how to convert a (.dmg) file into an (.iso) file in windows
Answers
Answer:
Run PowerISO.
Choose "Tools > Convert" Menu.
PowerISO shows Image Converter dialog.
Choose the source DMG file you want to convert.
Set the output file format to iso file.
Enter the output file path name.
Click "OK" button to start converting dmg file to iso. PowerISO will show the progress information during conversion.
After the dmg file has been converted successfully, you should receive a message, "Converting image file completes successfully".
How to Convert DMG Image to ISO format in Windows?
First head over to this website and grab yourself a copy of dmg2img by clicking on the win32 binary link. Extract the contents of the downloaded dmg2img-1.6.5-win32.zip file to a new folder.
dmg2img
Open a Command Prompt and then use the cd command to navigate to the folder where you extracted the dmg2img file.
Now use the following command syntax to convert your DMG file:
dmg2img.exe {source file.dmg} {destination file.iso}
In my example I want to convert a Mac installer image called Apple.Mac.OSX.v10.7.Lion.dmg, and save the converted ISO as mac.iso, so my command would be:
dmg2img.exe c:\Apple.Mac.OSX.v10.7.Lion.dmg c:\mac.iso
convert-dmg-to-iso
After a few minutes of processing, your DMG will be converted to ISO format. You can then burn the ISO image to your disc or mount it to CD drive for your own purpose in Windows.