added deploymenttool to CopyTools.cmd

This commit is contained in:
Michael H.G. Schmidt 2024-09-10 12:46:04 +02:00
parent a5b6d5fe47
commit e516f848f0

View File

@ -57,6 +57,10 @@ rem copy some other stuff ...
call copy-executables.cmd
echo.
rem this tool is needed for the office installation ...
call unpack-officedeploymenttool.cmd
echo.
rem dont forget the shortcuts ...
call install-shortcuts.cmd
echo.