WinAIO Maker Professional - The All in One Windows Setup Solution

Discussion in 'MDL Projects and Applications' started by Josh Cell, Sep 14, 2011.

Thread Status:
Not open for further replies.
  1. Zain110

    Zain110 MDL Novice

    Jun 24, 2018
    1
    0
    0
    Good app ...but in tag ... select wim ... include option with select esd and cancel tag in iso progress window.Thanks (sory my en not good)
     
  2. Isma_OMG

    Isma_OMG MDL Novice

    Sep 19, 2017
    3
    0
    0
    Hi.
    In my latest 2 compilations I had some problems that Ican't resolve. I hope you can help me.

    When I try to add some images from different WIMs, WAIOM deletes some of the images (randomly) in the final compilation.

    For example: I have a WIM file containing Windows 7 and Windows 8.1 images and, when I add a Windows 10 image (or more than one) and save the changes, some of the images dissapered. It's random, can be any of them.

    I tried to download the tool 3 times and I had always the same result.

    Please, I need some help-

    Thanks in advance.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,843
    450
    The tool was meant for win 7.
     
  4. Isma_OMG

    Isma_OMG MDL Novice

    Sep 19, 2017
    3
    0
    0
    Ouch!
    Any alternative for this purpose?.
    Thanks.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,843
    450
    Yes, dism export commandline:
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    
     
  6. Isma_OMG

    Isma_OMG MDL Novice

    Sep 19, 2017
    3
    0
    0
    Oh thanks, I don't knew that DISM could export between images, I thought that could only extract them.

    Thanks again for the info.
     
  7. loopypalm

    loopypalm MDL Novice

    Aug 20, 2015
    1
    0
    0
    download link not working -___- !
     
  8. Saurav

    Saurav MDL Addicted

    Jul 6, 2015
    621
    400
    30
  9. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Hi, I just tried to use the AutoAIO to make a Windows 10 AIO and I keep getting an error in creating the ISO. See pic
    WINAIO-ERROR.PNG
    Can anyone help with this limited information?
    Thank You.
     
  10. Skunk1966

    Skunk1966 MDL Member

    Jul 15, 2011
    156
    145
    10
    Most likely because
     
  11. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Is there another similar AIO for Windows 10? From what I've been reading, it is very complicated to do it manually.
    Thank You
     
  12. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Better question using DISM. What would be the commandline for combining a 32 bit and 64 bit AIO?
    Thank you
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,843
    450
    The same as for exporting x86 > x86:
    For install.wim > install.wim
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.x86.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.x64.wim" /Compress:max /checkintegrity
    For install.wim/esd > install.esd:
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.x86.wim/esd" /SourceIndex:1 /DestinationImageFile:"y:\install.x64.esd" /Compress:recovery /checkintegrity
    For windows 10 there are better/other options to do for a multi-arch iso.

    I am preparing an elaborate (using MDL tools only) AiO tutorial :)
     
  14. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,645
    270
    :cheers: :Egypt: :kol:

    Great cause I don't know how to make Win10 AIOs ...
    sellable, sshhhh :tooth: j/k
     
  15. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    :tooth:
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,843
    450
    Mine are free to download on usenet;):D
     
  17. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,645
    270
    So you work A LOT for free? Great buddy! That's smart.
     
  18. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    I'll look forward to that post.
    Thanks
     
  19. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Really? Where would someone find your Win10 AIO? Usenet is pretty large.
     
  20. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    can you explain /SourceIndex:1
    Can you also tell me where do you tell DISM where you want to use install86.wim and install64.wim and destination install.wim?

    Thank You.