• Welcome to the Digiex Download Center, you are welcome to download anything you like here. No registration is required! Digiex offers direct download links with no captchas or wait times.
    The team do our best to ensure no content infringes copyrights and provide a DMCA Takedown request form to request the removal of content from Digiex.

    Notable sections: Pokemon Archives | Xbox Archives | Xbox 360 Archives

Xbox 360 Image Browser 2.9.0.350 - XISO browser and extractor

InsaneNutter

Resident Nutter
Joined
Jun 1, 2007
Messages
11,868
Location
UK
Xbox Image Browser allows you to browse the contents of Xbox 360 XISO's and extract the contents of the ISO. Useful if you want to play your game collection off a USB hard drive on your jtag hacked console.

Download Xbox 360 Image Browser v2.9.0.350

The contents of an ISO:

imagebrowser1.jpg


Right click on the ISO to extract it:

imagebrowser2.jpg


How to use Xbox Image Browser:

Selecting the "su20076000_00000000" will display the version number.
Selecting an "xex" file will display the region

Right clicking on top level file name will extract the entire ISO.
Right clicking on a folder will extract it and it's sub folders.
Right clicking on a single will will allow you to extract that file.
Right clicking on a single file will allow you to replace the file.
(The file size must be the same or smaller.)

This application is basically the same one embedded in Xbox Backup Creator.

Note on modern versions of Windows if your getting an error in with mscomctl.ocx, this is how to fix it.

For 32bit versions of Windows 7, 8 and 10 MSCOMCTL.OCX must be copied in to C:\Windows\system
Run command prompt as Administrator and ether type or copy and paste this in:
Regsvr32 c:\windows\system\MSCOMCTL.OCX

For 64bit versions of Windows 7, 8 and 10 MSCOMCTL.OCX must be copied in to C:\Windows\SysWOW64 folder.
Run command prompt as Administrator and ether type or copy and paste this in:
Regsvr32 c:\windows\SysWOW64\MSCOMCTL.OCX
 
This is my very simple contribution.

If you could include the below code into a small bat or cmd in package:

@echo off
cd /d %~dp0
cls

set g=goto
set g1=%g%EOF
set p1="%WinDir%\system
set p2="%WinDir%\SysWOW64
set f=\MSCOMCTL.OCX"

%g%PA

:PA (
if %Processor_Architecture==x86 (
%g%x32
) else (
%g%x64 )

:x32 (
if not exist %p1%%f% (
copy /y %cd%%f% %p1%"
regsvr32 %p1%%f%
%g1%
) else %g1% )

:x64 (
if not exist %p2%%f% (
copy /y %cd%%f% %p2%"
regsvr32 %p2%%f%
%g1%
) else %g1% )

:EOF (
cls
"%cd%\Xbox Image Browser.exe"
exit )

If you can modify it (cause an error that I don't recognise) to work perfect, it is great.

PS: sorry for my bad english, I'm from Brazil.
 

About Digiex

Digiex is a technology and gaming forum, founded in 2004 by InsaneNutter and Nimrod. Digiex has served the internet community with breaking news, detailed guides, exclusive downloads and a popular discussion forum. A small, friendly community of like‑minded people has developed over the years. People are encouraged to register and participate in on‑going discussions.

Get Social

Back
Top Bottom