This commit is contained in:
Michael H.G. Schmidt 2023-08-13 12:43:07 +02:00
parent 0a0914b90d
commit be84505362
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
echo ####### %0 #######

View File

@ -1,4 +1,5 @@
@echo off
set TOOLS=%SystemDrive%\tools
set EXE=..\software\adk-setup.exe
@ -10,7 +11,7 @@ if NOT EXIST %EXE% (
echo ####### %0 #######
echo installing Microsoft ADK deployment tools ...
%EXE% /q /ceip off /norestart /features OptionId.DeploymentTools
%EXE% /q /ceip off /norestart /features OptionId.DeploymentTools /log %TOOLS%\scripts\install-adk.txt
echo ####### %0 #######

View File

@ -1,5 +1,5 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
set CONFIG=%TOOLS%\scripts\config
set THEMES=%windir%\Resources\Themes