Create One ISO image from x86 and x64 ISO images of Office 2013 VL (How?)

Discussion in 'Microsoft Office' started by gonz621, Feb 4, 2013.

  1. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    #1 gonz621, Feb 4, 2013
    Last edited: Feb 5, 2013
    [Solved]Create One ISO image from x86 and x64 ISO images of Office 2013 VL (How?)

    Hi! I have been searching for a method to merge my downloaded Office 2013 ISOs both x86 and x64 Installers into One ISO where you can choose whether to install x86 or x64 version of office. My reason for this is for convenience and so that it can be burned in only one DVD. Please post your methods available. Thanks!
     
  2. redroad

    redroad MDL Guru

    Joined:
    Dec 2, 2011
    Messages:
    5,326
    Likes Received:
    6,033
    Trophy Points:
    180
  3. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    #3 gonz621, Feb 4, 2013
    Last edited: Feb 4, 2013
    (OP)
    SO, how am I going to do it step by step? I'm new at this thing.
     
  4. redroad

    redroad MDL Guru

    Joined:
    Dec 2, 2011
    Messages:
    5,326
    Likes Received:
    6,033
    Trophy Points:
    180
  5. redroad

    redroad MDL Guru

    Joined:
    Dec 2, 2011
    Messages:
    5,326
    Likes Received:
    6,033
    Trophy Points:
    180
    How are you activating?
     
  6. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    #6 gonz621, Feb 4, 2013
    Last edited: Feb 4, 2013
    (OP)
    I have just extracted the contents of my individual ISOs. Is this not correct? I have attached a screenshot of what just I did.

    EDIT: It does not work, I just tried it.
     

    Attached Files:

  7. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    #7 gonz621, Feb 4, 2013
    Last edited: Feb 4, 2013
    (OP)
    I used Phone activation method. Activated Office 2013 in 2 PCs already.
     
  8. 100

    100 MDL Expert

    Joined:
    May 17, 2011
    Messages:
    1,346
    Likes Received:
    1,560
    Trophy Points:
    60
  9. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    I'm unable to download your setup.dll.
     
  10. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    I'm Unable to download the setup.dll.
     
  11. redroad

    redroad MDL Guru

    Joined:
    Dec 2, 2011
    Messages:
    5,326
    Likes Received:
    6,033
    Trophy Points:
    180
    Just tested downloads fine here on Firefox browser .:confused:
     
  12. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    #12 gonz621, Feb 5, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I copied this in the Autorun and overwrite. It now installed Microsoft Office 2013, but how am I suppose to know if it is installing a x86 or x64?
     
  13. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    #13 gonz621, Feb 5, 2013
    Last edited: Feb 5, 2013
    (OP)
    Still unable to download.

    EDIT: It's my antivirus blocking. Downloaded already.
     

    Attached Files:

    • Un.JPG
      Un.JPG
      File size:
      61.7 KB
      Views:
      71
  14. gonz621

    gonz621 MDL Junior Member

    Joined:
    Nov 15, 2012
    Messages:
    85
    Likes Received:
    11
    Trophy Points:
    0
    Okay, I think all is Okay now. I've downloaded the setup.dll provided by 100. Thanks alot guys. Thread is now solved. Atleast for now maybe. hehehe... Thanks again!
     
  15. 100

    100 MDL Expert

    Joined:
    May 17, 2011
    Messages:
    1,346
    Likes Received:
    1,560
    Trophy Points:
    60
  16. mephistooo2

    mephistooo2 MDL Novice

    Joined:
    Feb 5, 2008
    Messages:
    49
    Likes Received:
    41
    Trophy Points:
    0
    #16 mephistooo2, Feb 5, 2013
    Last edited by a moderator: Apr 20, 2017
    Simple Idea for Office Combine Setup

    just simple batch command :biggrin:


    Code:
    set ARCH=%PROCESSOR_ARCHITECTURE%
    echo %ARCH%
    if %ARCH%==x86 (
    x86\setup.exe
    ) else (
    x64\setup.exe
    )
    Office folder contents
    EAvc4f2.png

    and decompile .exe file attached :cool:
     

    Attached Files:

  17. 100

    100 MDL Expert

    Joined:
    May 17, 2011
    Messages:
    1,346
    Likes Received:
    1,560
    Trophy Points:
    60
    Not everyone is going to want to run a random .exe with admin privileges (and not everyone is going to want to install Office x64).
    You should set the .exe to run with limited rights and let the real setup.exe prompt for admin privileges (which will not get you the "unknown publisher" yellow warning prompt).
     
  18. luky

    luky MDL Addicted

    Joined:
    Dec 21, 2008
    Messages:
    732
    Likes Received:
    33
    Trophy Points:
    30
    Why is not possible to install Office 2013 AIO custom or x86 or x64. Permanently installed my x86 without asking what version you want to install.
    How to do this? :confused:

    Thank you guys!
     
  19. redroad

    redroad MDL Guru

    Joined:
    Dec 2, 2011
    Messages:
    5,326
    Likes Received:
    6,033
    Trophy Points:
    180
  20. luky

    luky MDL Addicted

    Joined:
    Dec 21, 2008
    Messages:
    732
    Likes Received:
    33
    Trophy Points:
    30
    #20 luky, Mar 7, 2013
    Last edited: Mar 7, 2013
    redroad No OK.
    Maybe someone did bach file that would show the menu to select versions of Office installation?