.
This commit is contained in:
parent
0a0914b90d
commit
be84505362
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
set TOOLS=%SystemDrive%\tools
|
||||||
|
|
||||||
set EXE=..\software\adk-setup.exe
|
set EXE=..\software\adk-setup.exe
|
||||||
|
|
||||||
@ -10,7 +11,7 @@ if NOT EXIST %EXE% (
|
|||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo installing Microsoft ADK deployment tools ...
|
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 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
|
|
||||||
set CONFIG=%TOOLS%\scripts\config
|
set CONFIG=%TOOLS%\scripts\config
|
||||||
set THEMES=%windir%\Resources\Themes
|
set THEMES=%windir%\Resources\Themes
|
||||||
|
Loading…
Reference in New Issue
Block a user