WinAIO Maker Professional - The All in One Windows Setup Solution

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

  1. Zain110

    Zain110 MDL Novice

    Joined:
    Jun 24, 2018
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Sep 19, 2017
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,621
    Trophy Points:
    450
    The tool was meant for win 7.
     
  4. Isma_OMG

    Isma_OMG MDL Novice

    Joined:
    Sep 19, 2017
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Ouch!
    Any alternative for this purpose?.
    Thanks.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,621
    Trophy Points:
    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

    Joined:
    Sep 19, 2017
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Aug 20, 2015
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    download link not working -___- !
     
  8. Saurav

    Saurav MDL Addicted

    Joined:
    Jul 6, 2015
    Messages:
    584
    Likes Received:
    374
    Trophy Points:
    30
  9. vze2mp9g

    vze2mp9g MDL Addicted

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    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

    Joined:
    Jul 15, 2011
    Messages:
    112
    Likes Received:
    102
    Trophy Points:
    10
    Most likely because
     
  11. vze2mp9g

    vze2mp9g MDL Addicted

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    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

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,621
    Trophy Points:
    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

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    :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

    Joined:
    Aug 8, 2018
    Messages:
    1,121
    Likes Received:
    927
    Trophy Points:
    60
    :tooth:
     
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,621
    Trophy Points:
    450
    Mine are free to download on usenet;):D
     
  17. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    So you work A LOT for free? Great buddy! That's smart.
     
  18. vze2mp9g

    vze2mp9g MDL Addicted

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    30
    I'll look forward to that post.
    Thanks
     
  19. vze2mp9g

    vze2mp9g MDL Addicted

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    30
    Really? Where would someone find your Win10 AIO? Usenet is pretty large.
     
  20. vze2mp9g

    vze2mp9g MDL Addicted

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    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.