Running Executable from K1000, Strange Path
I am running this with success on the majority of our 450 - 32 bit Windows 7 PCs but some of them take a strange path, and those actually fail even though the logs don't indicate failure. Why are some of these taking a strange path?
C:\ProgramData\Dell\KACE\tmp\uucp6nd8\packages\kbots\315\WDFileAudit.exe : (2) The system cannot find the file specified.
Instead of...
'C:\ProgramData\Dell\KACE\\kbots_cache\packages\kbots\190\WDFileAudit.exe' '' wait='false'
8 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Same Script run on separate machines two different results.
working path.
C:\ProgramData\Dell\KACE\kbots_cache\packages\kbots\521
Error path.
C:\ProgramData\Dell\KACE\tmp\y7dhs4w5\packages\kbots\521
We have checked the AV and have found no Blocking. The Kace Agent is current and up to date. - jander32 10 years ago
It happened to me the same thing. I found out the issue coming from the way the zip file that we created and attached to the Dependencies. I did not specify correct path in "Scripting"
I zipped the files at the parent folder of all files and attached zipped folder to Dependencies. So when the zip is unzipped, it is put the parrent folder in the same location of the zip folder.
Here is the command I called in the Script
$(KACE_DEPENDENCY_DIR)\InstallLawsonSoft.vbs
The correct command is "$(KACE_DEPENDENCY_DIR)\LawsonSoftware\InstallLawsonSoft.vbs". - CodyNguyen 10 years ago