WinUSB Maker - The Windows Setup to USB Solution

Discussion in 'MDL Projects and Applications' started by Josh Cell, Oct 10, 2011.

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

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
  2. jcgo16

    jcgo16 MDL Junior Member

    Sep 16, 2010
    74
    2
    0
    Thank you for your projects josh

    :worthy:

    i love you <3

    :winkiss:
     
  3. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Vista Win7 AIO

    Has anyone made or know how to make a Vista-Windows 7 AIO?
     
  4. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Yes, more isn't easy, involves the Boot.WIM mods, and some files in the source ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Question

    How do you make a fixed usb hard drive removable?
     
  6. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    I'll add an advanced method in the next version .
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Thanks

    That would be great! I got a 4gig thump drive and my Windows 7 source is only 3gig and I get an error that the thump drive is too small?
     
  8. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Copy

    My source in total is 3.20 gig I just copied the source manually to the drive and it copied fine with 572 mb left. I am trying to install the grub but I get a invalid partition error.
     
  10. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    You can send an image with this error ?

    I not have coded this error in the code ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    That error is from Grub4Dos Installer but get from yours "Occurred a problem making device as bootable"
     
  12. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    All codes is working here ...

    I'll send an test version by PM in a few hours .
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    PM is sent ...

    Waiting for reply .
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Just got home. Going to try it in a few. Thank you for you help
     
  15. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    I tried to upload pic but somethings up. Whatever you did worked! Is that advance thing in there to change usb hard drive to removable? Never Mind. I see it. Fixed mode. Thanks a bunch. I will test the fix mode now
     
  16. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Well, Normal Mode will recognize only USB Removable Devices ...

    Fixed Mode will recognize all HDD Fixed Drives, please be careful with this feature, you can format the your Hard Drive !!!

    Only valid for External HDDs ...


    And...


    The GRLDR / DOS Function is working Fine ?

    Setup Folder is working with all ? You not receive the error that USB Drive is small ?

    Your system is x64 ?

    I need this for finalize the work ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Ok sorry. Give 5 mins and I will give you everything in detail
     
  18. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    #138 laddanator, Nov 16, 2011
    Last edited: Nov 16, 2011

    May be could add a line like the example and your program would not let the hard drive with the windows folder on it be in the drop down list?

    example:
    For %%I in (C D E F G H I J K L M N O P Q R S T U V W X Y Z A B) do (dir %%I:\ 1>nul 2>nul && if /i exist %%I:\Windows =%%I:)


    Ok, The GRLDR / DOS Function is working Fine

    The Setup Folder is working with all

    And no longer saying my drive is to small. Havent been able to test the fixed part yet. Left all my usb hard drives at work but I may can put something together. Oh and yes right now I am working from x64 Windows 7

    The ntfs loads much slower than fat32? Anyway the GRLDR option can do fat32 or ntfs? All my stuff is under 4gig
     
  19. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Before you code. I may be doing something wrong. I choose "setup folder" and point it to my folders and it copied fine but whn I boot to drive it says "no boot table found" but if I click on the GRLDR option, it deletes the stuff on that drive that it just copied. What am I doing wrong? How do I make it copy the source to the drive and load GRLDR all at the same time?
     
  20. laddanator

    laddanator MDL Junior Member

    Oct 13, 2009
    71
    5
    0
    Ok I can see the grub loader on the drive but I am still getting "No Bootable Partition in Table" error