diff --git a/04_PrepareImage.cmd b/04_PrepareImage.cmd index 8d96c5c..d61a2fd 100644 --- a/04_PrepareImage.cmd +++ b/04_PrepareImage.cmd @@ -21,7 +21,6 @@ rem start scripts for %%S in ( export-image.cmd - remove-apps.cmd mount-image.cmd ) do ( diff --git a/05_FinishImage.cmd b/05_FinishImage.cmd index 776ddbb..32a9250 100644 --- a/05_FinishImage.cmd +++ b/05_FinishImage.cmd @@ -20,7 +20,6 @@ echo. rem start scripts for %%S in ( - mount-image.cmd remove-apps.cmd finish-image.cmd diff --git a/image/remove-apps.cmd b/image/remove-apps.cmd index 15cee9e..5715b78 100644 --- a/image/remove-apps.cmd +++ b/image/remove-apps.cmd @@ -1,5 +1,4 @@ @echo off -exit /b set IMAGE=c:\TEMP\IMAGE FOR /F %%P in (apps-to-remove.csv) do (