Deployment Packages

Share topics/ issues related to deployment packages. Please use/rely on content with caution as it is publicly generated.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Topics in this forum

Resolved! Package to deploy Windows 11 feature upgrade

Good morning, I'm writing to you as I need to create a distribution package for the Windows 11 feature upgrade. I tried to apply what I did previously to distribute the Windows 10 update (windowsupdatebox.exe) but it doesn't work. Do you have suggest...

yuriceroni by Engaged Sweeper II
  • 9109 Views
  • 4 replies
  • 0 kudos

Only ONE Deployment Package can run at a time?

I am running a package that includes a PowerShell script. This package removes an old antivirus program and installs a new one, then sends a pop-up when the upgrade has completed, followed by several reminders to reboot, culminating in a forced reboo...

TRAGAR by Engaged Sweeper III
  • 951 Views
  • 0 replies
  • 0 kudos

Is there a better Deployment Package tutorial?

We are in the process of trying to utilize more features of Lansweeper to justify the increasing costs. One way is to use the deployment package feature. It was set up to test two things, one just a basic pop-up text in CMD, and the other to remotely...

rinks by Champion Sweeper II
  • 4637 Views
  • 9 replies
  • 1 kudos

Resolved! Remote Deployment x86

I have a computer running Windows 11, Why is the .exe in LS Deployment folder the Remote Deployment x86.exe and not the Remote Deployment x64.exe?

No deployments execute after upgrade to 11.4.0.4

Greetings, I had a working LS 11.1.9.1 and all deployments were working fine.I upgraded to 11.4.0.4 and now NO deployments work.I checked permissions on the deployment directory and that my user has the correct role to deploy.When I go to deployment ...

djskipnz by Engaged Sweeper II
  • 9844 Views
  • 36 replies
  • 2 kudos

Resolved! Deployment Package Final action REBOOT

Today was my first day at attempting to create a deployment package, which includes four steps: uninstall two applications, check for Services removal from Registry, install one application, and reboot. The package ran without issue, but I have a que...

TRAGAR by Engaged Sweeper III
  • 3572 Views
  • 2 replies
  • 0 kudos

Lansweeper powershell script deployment failing

I've been trying to get a deployment package working that executes a powershell script on a host computer. My current command looks as follows:powershell.exe -executionpolicy bypass -file "\\lansweeper01\DefaultPackageShare$\Scripts\MyScript.ps1"When...