Hi Wulfe,
It sounds like you have changed the download/incomplete folder from the default. If so, you need to give the LOCAL SERVICE account full permissions to the new folder. You can use the following command:
icacls.exe "<PATH TO NEW FOLDER>" /q /c /t /grant "LOCAL SERVICE":F
Replace <PATH ...