Question:
How to install VDSP through command line?
Answer:
The below steps to be followed for command line silent installation instructions to install VisualDSP++.
Step1:
Run the command below in Administrator Command Prompt using 7-Zip to extract VisualDSP++ 5.1.2.exe in order to get the "Install_CL.exe" and its supporting files.
7z x "VisualDSP++ 5.1.2.exe" -o"C:\VDSP_files"

Step2:
After extraction, run the below command to install VisualDSP
Install_CL.exe -action new -dir "C:\Program Files (x86)\Analog Devices\VisualDSP 5.1.2" -hklm "SOFTWARE\Analog Devices\VisualDSP 5.1.2" -manifest ".\manifest.xml" -stage ".\stage.zip" -startmenu "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Analog Devices\VisualDSP++ 5.1.2"

Refer attached EE-note for more information.
