DraftSight includes productivity tools and an API to create, edit, view and share 2D and 3D DWG files. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of DraftSight 2023 from the command line using both the EXE & MSI installers.
After a few moments you should see the DraftSight 2023 Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Navigate to the “C:\Downloads\DraftSight2023\” folder
Enter the following command:
setup.exe /S /v"LICENSETYPE=0 /qn"
After a few moments you should see the DraftSight 2023 Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Navigate to the “C:\Downloads\DraftSight2023\” folder
Enter the following command:
MsiExec.exe /i DraftSight.msi LICENSETYPE=0 /qn
After a few moments you should see the DraftSight 2023 Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create a DraftSight 2023 Installation Log File
The DraftSight 2023 installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.
Change the DraftSight Default Installation Directory
You can also change the default installation directory by using the following command line parameters. In this example, I’m installing DraftSight to “C:\DraftSight”
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.