update to 9.7 broke

Hi when updating to 9.7 I get a few access denied errors even though the log reports nothing and when i run the program again its still version 9.6 and whats to update again. anyone else having probs ?
Forums for questions, problems and suggestions concerning WSUS Offline Update
https://forums.wsusoffline.net/
echo Updating WSUS Offline Update...
%SystemRoot%\System32\xcopy.exe ..\wsusoffline .. /S /Q /Y
%SystemRoot%\System32\xcopy.exe C:\wsusoffline\wsusoffline C:\wsusoffline /S /Q /Y
%SystemRoot%\System32\xcopy.exe C:\wsusoffline96\wsusoffline C:\wsusoffline96 /S /Q /Y
hbuhrmester wrote:[...]The script UpdateOU.new says in line 90-91:
- Code: Select all
echo Updating WSUS Offline Update...
%SystemRoot%\System32\xcopy.exe ..\wsusoffline .. /S /Q /Y
So, there is a new folder "wsusoffline", and the enclosing folder is also supposed to be "wsusoffline". [...]