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