→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Rockermann
Engaged Sweeper II
Fairly new user here... I have a bat file that runs perfectly when executed from any desktop. What's the best way to configure that to be 'pushed' out and ran via the Deployment option on LanSweeper? Or should I try to copy the install directory and all of it's sub-directories to the install share and try to run it as an installer from there?

My bat file is fairly simple:

"\\[server]\Install Files\Laserfiche Rio 9.2.1.635\en\Client\Setup.exe" -silent -iacceptlicenseagreement -log "C:\Logs\ClientInstall" LFCDESKTOPSHORTCUTS=1

Thanks for any input!
1 ACCEPTED SOLUTION
Susan_A
Lansweeper Alumni
You should be able to run this with an Installer step. Adding the command to a .bat file first doesn't seem necessary. Any files referenced by your deployment package (e.g. Setup.exe) should be added to the DefaultPackageShare$ folder on your Lansweeper server or another shared folder of your choice. I would recommend reviewing the deployment requirements in this knowledge base article and the instructions for creating deployment packages in this article.

View solution in original post

1 REPLY 1
Susan_A
Lansweeper Alumni
You should be able to run this with an Installer step. Adding the command to a .bat file first doesn't seem necessary. Any files referenced by your deployment package (e.g. Setup.exe) should be added to the DefaultPackageShare$ folder on your Lansweeper server or another shared folder of your choice. I would recommend reviewing the deployment requirements in this knowledge base article and the instructions for creating deployment packages in this article.