Add warning that WinPE is under development
This commit is contained in:
parent
2efd84b1df
commit
22bde273f2
1 changed files with 5 additions and 1 deletions
|
|
@ -4,8 +4,12 @@
|
||||||
|
|
||||||
:Init
|
:Init
|
||||||
setlocal EnableDelayedExpansion
|
setlocal EnableDelayedExpansion
|
||||||
title WizardKit: Windows PE Build Tool
|
title WizardKit: Build Tool
|
||||||
call :CheckFlags %*
|
call :CheckFlags %*
|
||||||
|
rem TODO: Remove warning
|
||||||
|
echo "Windows PE build is currently under development"
|
||||||
|
echo " Proceeding will likely result in errors so be warned"
|
||||||
|
pause
|
||||||
call :CheckElevation || goto Exit
|
call :CheckElevation || goto Exit
|
||||||
call :FindKitsRoot || goto ErrorKitNotFound
|
call :FindKitsRoot || goto ErrorKitNotFound
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue