From e516f848f00f6b394fdc39642140e35ab53d821d Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 10 Sep 2024 12:46:04 +0200 Subject: [PATCH] added deploymenttool to CopyTools.cmd --- image/CopyTools.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/image/CopyTools.cmd b/image/CopyTools.cmd index 27df040..a7072ea 100644 --- a/image/CopyTools.cmd +++ b/image/CopyTools.cmd @@ -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.