Print

QCAD Silent installation

Posted in Software

Install via the GUI is avaliable here: http://www.qcad.org/en/qcad-installation#windows

After a bit of digging around i found that there is a silent installation switch - /S that does work. So i put it into a batch script and deployed via PDQ Deploy:

 

@ECHO OFF
Title Install QCAD
CLS
IF EXIST "C:\Program Files\QCAD\qcad.exe" GOTO SKIPQCAD
"\\UNCPATHHERE\qcad-3.15.4-pro-win64-installer.exe" /S
:SKIPQCAD