Silent Installation Switches for HyDraw CAD

Silent Installation Switches for HyDraw CAD

Overview
This article describes the silent installation switches required to install HyDraw CAD and its updates (Service Packs and Hotfixes) without user interaction.
Silent installation is typically used for automated deployments through tools such as Microsoft Intune, SCCM, or other enterprise deployment solutions.

1. Silent Installation – HyDraw CAD (Full Package)
To install the full HyDraw CAD package silently, use the following switch:

--silent

Example:
setup.exe --silent

Note: Ensure that the installation files are fully extracted before running the silent installation command.

2. Silent Installation – Service Packs (SP) and Hotfixes (HF)
To install Service Packs (SP) or Hotfixes (HF) silently, use the following switch:

-i silent

Example:
HyDrawCADUpdate.exe -i silent


Important Notes
  1. Extract the setup files to the required location before installing the application.
  2. The silent switch differs between the full HyDraw CAD installer and update packages.
  3. Always test the silent installation manually before deploying via enterprise tools.