I can not create a working iso with WimBuilderUI using "2-make_iso" button ("_ISO_ folder is not available" --> but it is...)
Here my wim size results a bit smaller with "Win10_1809_English_x64"
With all Slim options selected ,All "Components-->Options" unselected -- "Components\Shell" selected -- Rest of "Components\*" patches unselectedAll Drivers\* patches unselectedAll Apps\* patches unselected
add @echo on to bin\_MakeBootISO.bat, try to see what's wrong.
if exist "%WB_SRC_FOLDER%\boot" (xcopy /E /Y "%WB_SRC_FOLDER%\boot\*" "%ISO_DIR%\boot\"xcopy /E /Y "%WB_SRC_FOLDER%\efi\*" "%ISO_DIR%\efi\"copy /y "%WB_SRC_FOLDER%\bootmgr" "%ISO_DIR%\"copy /y "%WB_SRC_FOLDER%\bootmgr.efi" "%ISO_DIR%\"
if exist "%WB_SRC_FOLDER%\boot" (xcopy /i /s /e /r /k /f /c /h /y "%WB_SRC_FOLDER%\boot\*" "%ISO_DIR%\boot\"xcopy /i /s /e /r /k /f /c /h /y "%WB_SRC_FOLDER%\efi\*" "%ISO_DIR%\efi\"copy /y "%WB_SRC_FOLDER%\bootmgr" "%ISO_DIR%\"copy /y "%WB_SRC_FOLDER%\bootmgr.efi" "%ISO_DIR%\"
I feel you never tested with extracted to an empty folder,
or local settings on your side changes default cmd etc. behaviour (get things work without \ ) ?
there should be selection boxes
will be better for new users... up to you...
(OS difference, CMD again?)
(NO body feedback on it before)
"VBox.cmd testvm" is sample like "please input username", css is bad, not good font color on it...change testvm to your VitrualBox's vitrual machine name, it should work.
Quotethere should be selection boxesEnd user can add any cmds in test\ folder, and call it, like copy the wim to somewhere(USB device), so make it be input box.
HTML can easy to change to any form, but it is not matter of priority on my todo list. (NO body feedback on it before)
Quotewill be better for new users... up to you...Different people have different default option ... so I leave it in auto_config.js .Which default option is good, I have no idea.Just change the default value in assets\default_config.js, change it is very easy, but which one is best is hard to decide.
trouble is not path, It is about missing \
I don't know why you need %FinalDir%.
you do not need to spend time to copy boot.wim from .\_Factory_\target\WIN10XPE\build\boot.wim to \_ISO\sources\
You with a patch or anyone with cmd can use same Final Folder (%FinalDir%) easily for usb for iso .... or any other thing.
misunderstandingconfusion
It always starts with default and will be confusing to new users on some areas...(close WimBuilderUI and re open always starting with "Patch Preset:" Default ... )
I select a Win10.ISO mounted drvie, like "H:\",you select a folder. so there is no "\" in the end.
I will fix it in next version.
NO, the \_ISO_\ folder is actually \_ISO_TEMPLATE_\,How the ISO structure will be, is depend on his hand.(add PETools, or Linux,Windows Bootable stuff)
I use Dism.exe command to mount the winre.wim than extract winre.wim to folder.+less disk fragmentation.+not spend time on delete those small/lots system files on next build.
I build PE in 30 sec~60sec, 50+ times a day.
About M & M codebox
?But what about if some mun files are for some win apps under \Program Files\... not \System32\
Keep in mind to loop other %WB_PE_LANG% folders.
if DLL is not exist, it is useless by design. for normal mode, it should be just ADD.
Public tests is a good social experience for the developers to see behaviors of end users and to create out of the box working stable solutions.
I will not update the WimBuilder2.part1,2.rar frequently ....please use git pull or download from github if you got the same issues.