Windows 10 (1903) to (1909)

@AlexaVonTess

My action now looks like
wait “{pathname of system folder}\DISM.exe” /Online /Add-Package /PackagePath:"{pathname of client folder of current site & “__Download\KB4517245.cab”}" /NoRestart /Quiet
waithidden shutdown -r -t 0
action requires restart
When complete, it exits with a code of 0
I no not use the post action restart and it seems fine.