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!