From 042a0dfaa8ac3d31c472bc6ff63f1a0852c4f78f Mon Sep 17 00:00:00 2001
From: Andreas Lindemark <andreas.lindemark@liu.se>
Date: Sat, 15 Aug 2020 15:51:10 +0200
Subject: [PATCH] Removed the need for having sxs in the path for the first
 (only) variable.

---
 Windows/Install_dotNET_FrameWork_3.5.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Windows/Install_dotNET_FrameWork_3.5.cmd b/Windows/Install_dotNET_FrameWork_3.5.cmd
index 328031c..6719c3e 100644
--- a/Windows/Install_dotNET_FrameWork_3.5.cmd
+++ b/Windows/Install_dotNET_FrameWork_3.5.cmd
@@ -1,5 +1,5 @@
-: Specify path to \sources\sxs (for the right version of Windows 10)
-SET PATH="%1"
+: Specify path to the sources folder (for the right version of Windows 10), exclude the path to sxs
+SET PATH="%1\sxs"
 
 SET DISM="C:\WINDOWS\system32\DISM"
 
-- 
GitLab