w10install/wim/recompile.installer.cmd

16 lines
414 B
Batchfile
Raw Normal View History

2021-03-21 00:08:41 +01:00
@echo off
rem remount boot image and recompile installer ...
del /F installer.exe 1>nul 2>nul
echo +++++++++++++++++++++++++++++++++++
call pbc.cmd ..\source\installer.pb
echo +++++++++++++++++++++++++++++++++++
call umount-all.cmd
echo +++++++++++++++++++++++++++++++++++
call mount-boot.cmd
echo +++++++++++++++++++++++++++++++++++
call finish-boot.cmd
echo +++++++++++++++++++++++++++++++++++