From 24075a27993b94566e4ad938200fad2c8bf3a13b Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 29 Mar 2021 11:41:59 +0200 Subject: [PATCH] crap removed --- wim/recompile.installer.cmd | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 wim/recompile.installer.cmd 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 +++++++++++++++++++++++++++++++++++ -