1. Welcome to the Digiex Download Center, you are welcome to download anything you like here, no registration is required! We offer direct download links with no captchas or wait times.
    We do our best to ensure no content infringes copyrights, and provide a DMCA Takedown Request Form to request the removal of content from Digiex

Xbox 360 Image Browser 2.9.0.350 - XISO browser and extractor

Discussion in 'Apps (PC)' started by InsaneNutter, Dec 6, 2009.

  1. InsaneNutter

    InsaneNutter Resident Nutter Staff Member

    Joined:
    Jun 1, 2007
    Messages:
    12,254
    Likes Received:
    3,724
    Location:
    Yorkshire, England
    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
     
  2. positiv

    positiv Member

    Joined:
    Jun 27, 2010
    Messages:
    13
    Likes Received:
    0
    is this any bettyer then wx360 :P? good post
     
  3. ThiagoPostigo

    ThiagoPostigo New Member

    Joined:
    Dec 2, 2018
    Messages:
    1
    Likes Received:
    1
    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.
     
    InsaneNutter likes this.

Share This Page