In version 3.8.1 of the PSADT, could error 60008 mean something different than a dot sourcing problem with AppDeployToolkitMain.ps1? I cannot specifically find 60008 in any of the .ps1 files. I can find the lines that dot source AppDeployToolkitMain.ps1 and AppDeployToolkitExtensions.ps1 but the files do not have code that writes out 60008 to the log file.
I have a package that is installing on thousands of machines with no issues via SCCM. But I have many machines failing with a 60008 error according to SCCM. The package does use a custom function from AppDeployToolkitExtensions.ps1.
I am guessing that the content is not fully downloaded and the file(s) are actually missing, but I do not know why SCCM would try and run the install if it was not finished downloading. Unfortunately, in the environment I work in, I do not have the access to attached to the file system or registry in the background. So before I contact a user and ask to take over their machine, I am trying to determine the best I can what is happening.
Any information would be appreciated.