From 382132d9a65b3aecb88e75dc2ed61c451aec9178 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 1 Jan 2023 19:42:32 +0100 Subject: [PATCH] bugfix for wrong path --- tools/install-apps.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install-apps.cmd b/tools/install-apps.cmd index 64ece05..be83515 100644 --- a/tools/install-apps.cmd +++ b/tools/install-apps.cmd @@ -5,7 +5,7 @@ set TOOLS=C:\tools IF %1.==. GOTO USAGE rem folder present ? -IF EXIST %APPSFOLDER% ( +IF EXIST %TOOLS%\%APPSFOLDER% ( FOR %%F in (%TOOLS%\%APPSFOLDER%\*%1*.appxbundle, %TOOLS%\%APPSFOLDER%\*%1*.appx) do ( echo processing ... [ %%F ] dism /Online /Add-ProvisionedAppxPackage /PackagePath:"%%F" /SkipLicense