Hi,
Bricsys BricsCAD is an MSI installer.
However, you would need to create an account and login to be able to download the installer.
The app can be installed without issue, however, the LicenseKey is required as an install switch BRXLICENSEKEY="InsertLicenseKeyHere"
The only thing that is annoying as that each version will install next to the previous version.
I tackle this by a custom script (PSADT) which will uninstall the previous version before installing the new one. Not sure if stuff like this is possible with PMPC.
msiexec /i "BricsCAD-V24.2.07-1-en_US(x64).msi" /qn /norestart
https://help.bricsys.com/en-us/document/bricscad/installation-and-licensing/installing-bricscad/overview-of-install-options/silent-installation-windows-only?version=V24&id=165079150962
https://www.bricsys.com/en-eu/bricscad-download
https://storage.googleapis.com/production-boa-storage/ftp/release/en_US/BricsCAD/Windows/24.2.07/BricsCAD-V24.2.07-1-en_US(x64).msi
https://boa.bricsys.com/common/releasenotes.jsp?i=8904
+1