
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2015 10:16 PM
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!
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!
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2015 11:41 AM
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.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2015 11:41 AM
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.
