WimBuilder.cmd has two lines.
wait only for --close-ui ? or any option? or need a new --wait option?
+ Small adjustment with UI would be more logical, up to you.
WimBuilder2 is a Wim "Editor", first you select the wim file, and next here are some projects for you to custom.
Here is WimBuilder2 - a New Builder base on hta/vbs/js/bat SCRIPTS, and everyone can see the all codes and improve it.WimBuilder2 is a Wim "Editor", first you select the wim file, and next here are some projects for you to custom.
With WimBuilder2 Wim "Editor" you can do things like:* build a base PE (WIN10XPE)* build a custom PE (WIN10XPE_NET) <--- for now, can use preset instead of project* create RAMOS (RAMOS)* Slim install.wim to make a slim Windows 10 (WIN10LITE)* Custom install.wim to add/remove applications/components/tweaks/... (WIN10CUSTOM)* split wim* ...Build PE is just one regular way to modify the wim file.
WIN10XPE's project is also can build Windows 8 PE, but not good in explore.exe (seems need win7's one), so I don't rename to be WINXPE(support 7,8,8.1,10,11?)
As that mean, I perfer to keep the menu order for now.....+ Keep "split config" memo for far future.....When another projects need that , I will deal with the configure.
I hope you figure out Reply 185 bug which to me important http://theoven.org/index.php?topic=2390.msg35249#msg35249
After Build(cmd), the make-iso button clicks too quickly, cause that error.
Hi Slore,A button to save "Customize" settings to a preset would be very nice.eg.at left "Customize" --> at right of "Browse Button" -> "Save Default Preset" button -----> default.jsFor now, I prefer editing default.js with notepad following ui. (backup with default_factory.js )Not critical, but something to consider on your side in the future following WimBuilder design. A Regular end user would expect opening WimBuilder again with previously customized settings they made....
+at least I have full.js that contains ALL possible settings (FULL settings LIST) I guess ? (default.js do not have all eg. "component.snippingtool":false, --> not exists at default.js)
WimBuilder2 will be more friendly for international user whom's mother language is not English. (YES, that is why my builder is better than others for ME.)
For source control management, there should not to be same file in git.(YOU have to keep them always same)
Quotecall LinkToDesktop -paramlist "#{@printui.dll,12007}.lnk" "[[X:\%opt[loader.PEMaterial]%\EnablePrintFeature.bat]], '', 'shell32.dll', 16"WimBuilder2's LinkToDesktop can create shortcut with system dll's string resource, make the name in the language of Windows PE's language.
call LinkToDesktop -paramlist "#{@printui.dll,12007}.lnk" "[[X:\%opt[loader.PEMaterial]%\EnablePrintFeature.bat]], '', 'shell32.dll', 16"