Is there a way to do a silent read-only install for Toad Data Point
To install a read only copy, append READONLY=TRUE at the end of .MSI command string as such:
msiexec.exe /i C:\Temp\ToadDataPoint_pro_5.1.0.142.x64.msi ApplicationUsers=AllUsers READONLY=TRUE
Refer to the Installation Guide for more details on silent installations: