Creat All In One Disk

Discussion in 'Windows 10' started by Tsubasahp, Jan 25, 2015.

  1. Tsubasahp

    Tsubasahp MDL Novice

    Dec 2, 2013
    12
    2
    0
    Hi. Guys.

    Could anyone tell me how can I creating "All in One" Disk From x86 & 64 ISO?
     
  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Tsubasahp

    Tsubasahp MDL Novice

    Dec 2, 2013
    12
    2
    0
    Thanks for your answer.

    The Windows Assessment and Deployment Kit For Windows 8.1 Works on Windows 10 also? am I right?
     
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Yes is true :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,587
    340
    #5 Tito, Jan 25, 2015
    Last edited: Jan 25, 2015
    (Partially) Negative; you need to use the included DISM in your installed Windows 10 build. Lower versions of DISM can't service higher builds.
     
  6. Tsubasahp

    Tsubasahp MDL Novice

    Dec 2, 2013
    12
    2
    0
    #6 Tsubasahp, Jan 25, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I use this command on Windows 10 Build 9926, But it's not worked.


    Code:
    Dism /Export-Image /SourceImageFile:D:\WORK\W\x86\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\WORK\W\install.wim /DestinationName:"Microsoft Windows 10 Technical Preview" /compress:maximum
    Dism /Export-Image /SourceImageFile:D:\WORK\W\x64\sources\install.wim /SourceIndex:2 /DestinationImageFile:D:\WORK\W\install.wim /DestinationName:"Microsoft Windows 10 Technical Preview" /compress:maximum
    What's the problem?
     
  7. Tsubasahp

    Tsubasahp MDL Novice

    Dec 2, 2013
    12
    2
    0
    #7 Tsubasahp, Jan 25, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Now, I Got it. it's Work.
    it's work with The Windows Assessment and Deployment Kit For Windows 8.1 also. I tested it on VMware.

    Thanks for your help Guys.

    I must edit it to this :

    Code:
    Dism /Export-Image  /SourceImageFile:D:\WORK\W\x86\sources\install.wim /SourceIndex:1  /DestinationImageFile:D:\WORK\W\install.wim /DestinationName:"Microsoft  Windows 10 Technical Preview" /compress:maximum
    Dism /Export-Image /SourceImageFile:D:\WORK\W\x64\sources\install.wim  /SourceIndex:1 /DestinationImageFile:D:\WORK\W\install.wim  /DestinationName:"Microsoft Windows 10 Technical Preview"  /compress:maximum
     
  8. Mark722

    Mark722 MDL Junior Member

    Dec 2, 2014
    66
    2
    0
    thanks man, very nice
     
  9. SkyNet3

    SkyNet3 MDL Member

    Sep 7, 2013
    122
    6
    10
    I am trying to create one of these AIO's as well and after exporting/importing the images into the working copy I can see all images using GimageX under the info tab. I have used the DISM that is provided with Windows 10 Enterprise. I do not however get them to show up when starting the install process from the USB Flash Drive. I have tried with and without the ei.cfg file in the sources directory but it doesn't seem to make any difference. Any ideas??
     
  10. Tsubasahp

    Tsubasahp MDL Novice

    Dec 2, 2013
    12
    2
    0
    #10 Tsubasahp, Jan 26, 2015
    Last edited: Jan 26, 2015
    (OP)
    Guys. another problem. it's very strange .

    after installing All In One Disk on a laptop my DVD-ROM Drive is invisible, I can't Open Start Menu, and search the web and windows in task bar isn't working ( I can't type anything there ).

    I am wondering why something happen?
     
  11. SkyNet3

    SkyNet3 MDL Member

    Sep 7, 2013
    122
    6
    10
    Tsubasahp,
    I haven't experienced any issues with DVD-ROM Drives nor Start Menu problems. I am running on a HP 2185dx Laptop.
     
  12. Tsubasahp

    Tsubasahp MDL Novice

    Dec 2, 2013
    12
    2
    0

    Skynet3

    when I work on install.wim and disable UAC and Enable .Netframework 3.5 with "WinReducer 10", those problems appear to me.

    when I Work on install.wim with DISM ( with command ), everythings fine with any problem.
     
  13. SkyNet3

    SkyNet3 MDL Member

    Sep 7, 2013
    122
    6
    10
    I am understanding that only the DISM that is with Windows 10 will work properly. I have been using WinToolkit from Legolash2o to create Windows AIO myself and I would think that both WinReducer 10 and WinTookit would simply call on the Windows 10 DISM to do the image exports..... I am having a problems when creating a Windows 10 AIO not showing all of the images in the setup process. I'm not sure if it has to do with the way ei.cfg is used in this version.