Hello!
I've been following along with the development of Chocolatey, a package manager for Windows. A big advantage is they have a large library of packages available. There are some security questions about certain packages, but I'm more interested in the concept at this point.
The basic idea is that after a computer has run the initial powershell script to install chocolatey, an administrative command prompt can type something like "choco install flashplayer" and flash player will be either installed (if it isn't yet), or updated (if it already is installed) to the latest version in the chocolatey repository.
I made a lansweeper package to run the initial Powershell script to install chocolatey. This package succeeded.
From there, I attempted to create a deployment package that consisted of one step:
Command: chocolatey install notepadplusplus
This command does work at the command line, but when deploying through lansweeper, I get:
Result: Deployment ended: Incorrect function. Stop(Failure).
Is there a place that I can get more info on this error message?
Thanks!
-Stead
Eugene, OR, USA