Hi,
We are trying to push an update to Windows 10 IoT thin clients to resolve a memory leak in the UWF.
We could reimage the entire fleet, but given some small tweaks on a user by user basis for things such as handedness (lefty or righty), this is less than desirable.
I am trying to create a task sequence to deploy and install the update automatically. I have the sequence to the point where it runs a script to run the .msu installer, but the task now fails with error 14004022.
I think this is because the agent doesn't return a successful result of the script, which contains this command:
c:\kb3205436.msu /quiet /norestart
I have put the /norestart as suggested in the HPDM documentation, as otherwise the machine will reboot and not return a script result. I know the update has finished installing, as if I reboot the device, it finishes configuring the update.
I need to know how to get the command to return a successful result to the HPDM agent, so that the next task in the sequence can trigger and run.
Thanks
James