1. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    there is a way. I made a script that run before the setup started.
    it creates all the partitions, without the `rec`
    didn't use it too much, but still useful for some cases
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Nice...

    Where can we find the tuto for launch script before setup.exe?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    Setup from USB / CD / DVD
    press shift + F10 ....
    Run any script you like ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Hehehe

    I was thinking about integrating, generating a menu with options. I use murphy78's DiskPart Menu script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    you can always do what `XP2ESD` does
    modify `boot.wim` and run your App ... instead setup.exe
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I always integrate some neede scripts in my boot.wim.

    But I didn't know about this tool. I will see. Thanks man!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Loxmox

    Loxmox MDL Novice

    Oct 23, 2020
    17
    7
    0
    Well, we can also force auto partition creation in autounattend.xml but that's not what im looking for.
    Im still want to be able to create partition manualy :/
     
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    But when you have an SSD in GPT, unpartitioned. Only EFI, MS Reserved Partition and NTFS system partition that will fill the disk, will be created, no?

    I dont remember this. I usually use Disk Genius - Partition Guru.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Loxmox

    Loxmox MDL Novice

    Oct 23, 2020
    17
    7
    0
    Yes, but it also creates 700mb recovery partition during or after installation (not sure when exactly).
    So after succesfully installation theres: EFI (100mb), MSR (16mb), Primary, Recovery (700mb) partitions.
     
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    How intriguing... You can't manually create EFI and MSR and already create the system's NTFS? In this way the recovery will be in your C:\Recovery hidden folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Loxmox

    Loxmox MDL Novice

    Oct 23, 2020
    17
    7
    0
    Yes, you are right. It seems like manually creating a partition during setup using "diskpart" is the best option since Windows won't create a recovery partition automatically. That's ridiculous but it is as it is.
    I guess there's no other way to block it.
     
  12. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    #25932 haris_mdlf69, Jul 20, 2023
    Last edited: Jul 20, 2023
    If you use UUP dump to create/download base ISO(say 19041.1)
    skipWinRE = 1 option in ConvertConfig.ini
    And integrate updates via W10UI.cmd
    By this way it won't automatically create WinRE partition during installation.

    PS: In-place upgrade is not possible after this(YOU HAVE BEEN WARNED)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Not only that.
    This function will also create an install.wim without the winre.wim image. And this will make it impossible to do in-place update. It will only be possible to perform a clean installation.
    Be aware of this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Indeed, that's the downside of creating an ISO without WinRE partition.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    #25935 acer-5100, Jul 20, 2023
    Last edited: Jul 20, 2023
    I never used winre in my life and I always done in place upgrades w/o any problem.

    Where you got that idea?

    Edit:

    You're talking of the winre file inside the istall media, I thought you were talking about the partition layout of the installed OS.
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Yes, downsize removing winre.wim image.

    Yes, it break Manual Setup. So, if you remove winre.wim you will have no need for ManualSetup component.
    But if you want to remove ManualSetup it is unnecessary (unless you want) to remove the winre.wim image.
    Just to be clear.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    #25937 acer-5100, Jul 20, 2023
    Last edited: Jul 29, 2023

    Yepp.

    My idea is (as I wrote many times) that creating an ISO in 2023 makes sense just for in place upgrades, so manual setup and winre should be left there.

    For fresh installs, install.wim/esd is all you need. Creating ISOs w/o the ability to do in place upgrades is good just to waste some space when you archive them, then to waste some time each time the OS is going to be deployed.
     
  18. spriditis

    spriditis MDL Novice

    Mar 7, 2014
    37
    54
    0
    While using TIMEOUT /T -1 fixes arrow keys causing next (2nd) pause to auto-pass,
    BUT it has a similar problem with mouse handling:
    - clicking on cmd title bar buttons (min/max) with left mouse = pass
    - clicking on cmd title bar with right mouse = pass (+ left click anywhere = another pass)
    - clicking any key on icon menu = pass

    For this reason might be better to use another method:
    pause>nul|set/p =Maybe press any key to continue . . .&echo.
    As this solves the issue + no pass by mouse actions..
     
  19. ooooooooo

    ooooooooo MDL Novice

    Apr 23, 2023
    9
    2
    0
    any info on when the toolkit will be updated? at least for supporting 19045.3208 22H2 Win 10?
     
  20. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    It will probably be updated to support next monthly update or later. Not really a relevant question as msmg can't actually give people a realistic timetable.