
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2025 02:25 AM
I am trying to deploy zoom with lansweeper deployment here is the error i am getting
Result: Deployment ended: No return code. Package was stuck at step #1. Stop(Failure). Credential: (lsnc\LS_admin).
Command: "\\az-ls-01.lsnc.local\DefaultPackageShare$\Installers\msiexec.exe /i "\\AZ-LS-01\PackageShare$\zoom\ZoomInstallerFull.msi" /quiet /norestart"
Can anyone help
- Labels:
-
Deployment errors
-
Share(d) Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 10:46 PM
Hi
No return code" and "Package was stuck at step #1": This is a key indicator. It suggests that the msiexec.exe process was launched, but it never properly finished or reported back to Lansweeper. Lansweeper is waiting for a return code to know if the installation was successful or failed.
We, unfortunately, cannot provide in-depth support for creating, modifying or troubleshooting custom deployment packages. Some tips though:
- Make sure the package itself has a logical path, both for failure and success actions.
- User interaction was required during the package execution, e.g. the user was required to confirm a dialog or close an application.
Here's a couple of links on deployments for reference going forward:
- Deployment requirements: https://www.lansweeper.com/knowledgebase/deployment-requirements/
- Creating your deployment packages: https://www.lansweeper.com/knowledgebase/creating-a-deployment-package/
