→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎06-24-2021 01:52 PM
rem ========== Install the deployment with basic UI ==========
"\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\Installer.exe" -i deploy --offline_mode --ui_mode basic -o "\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\Collection.xml" --installer_version "1.20.0.44"
rem ========== Install the deployment silently ==========
rem "\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\Installer.exe" -i deploy --offline_mode -q -o "\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\Collection.xml" --installer_version "1.20.0.44"
rem ========== Uninstall the individual product ==========
rem ========== Uninstall Autodesk AutoCAD 2022 - English
rem "\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\Installer.exe" -i uninstall -q --manifest "\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\ACD_2022_en-US\setup.xml" --extension_manifest "\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\ACD_2022_en-US\setup_ext.xml"
‎11-23-2021 10:58 AM
‎11-23-2021 10:22 PM
Trooper666 wrote:
Can you tell me if you are running/calling the batch file from the LS package or the using the 2022 install command line that is within the Custom install batch file?
Are you deploying the package with System or with the Scanning account credentials?
‎07-08-2021 06:58 AM
‎07-07-2021 10:14 AM
‎06-29-2021 09:29 AM
‎06-28-2021 02:53 PM
‎06-25-2021 01:37 PM
chcp 65001
rem ========== Install the deployment silently ==========
"\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\Installer.exe" -i deploy --offline_mode -q -o "\\172.20.21.151\gfadata$\Practice Admin\__GFA IT\PackageShare\Installers\AutoCAD 2022\image\Collection.xml" --installer_version "1.20.0.44"
‎06-24-2021 07:00 PM
‎06-28-2021 10:42 AM
Brandon wrote:
First create a batch file with only the silent install script in it. Copy that .bat file to the PackageShare on your Lansweeper server. By default it is \\lansweeperserver\defaultpackageshare$. Put the .bat file in the installers folder.
Go into Lansweeper and create a new deployment. Name the package and enter a description. Choose the maximum duration for the deployment. The default is 15 minutes. If it normally takes longer than that to install the software be sure to increase that time. Select who you want to run the job as. System account should be fine. Click ok.
Now click add step
In the action choose script. Enter a name like Install AutoCad2022. If you copied the.bat file to the package share that I mentioned above, the script path should be {PackageShare}\installer\insertbatfilenamehere.bat In the action on success field choose stop (success). In the Action on failure choose stop (failure). Click ok. Now deploy package to a computer.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now