‎02-27-2024 07:16 PM
We have an application we need to push to C:\temp (no problem there) and install it from that location via an elevated permissions command prompt. We push it to any number of computers, 3 or 4 are successful, but the rest fail (timed out). We separated the process: push the files to the C:\temp folder (no problem there); wait 15 minutes and execute the second package - the install of the file; 3 or 4 are successful and again it fails (time out issue is what it seems.
example:
Any advice or assistance would be greatly appreciated.
‎03-01-2024 03:18 PM
The message "package timeout reached" indicates that your package did not finish within the time you defined as the Max Duration for the deployment package. This can happen because:
Review your package and manually test each step on a target machine.
Copy the Command of your step and manually run it in Command Prompt on a target machine to see if it works, replace {packageshare} with the UNC path of your package share as defined under Deployment\Security Options. This should help you identify the cause of the issue.
Only when the command works silently and within the allotted time in Command Prompt will it work in Lansweeper as well.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now