diff --git a/wim/recompile.installer.cmd b/wim/recompile.installer.cmd deleted file mode 100644 index d66d6a1..0000000 --- a/wim/recompile.installer.cmd +++ /dev/null @@ -1,15 +0,0 @@ -@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 +++++++++++++++++++++++++++++++++++ -