Hi,
I have a requirement where I have to install/uninstall CloudCompare via CLI commands. Using "CloudCompare_vx.xx.x_setup_x64.exe /?" I noticed that there are a bunch of the typical commands available and "/VERYSILENT /NORESTART" seems to function well.
Is there an install command parameter that would include the "FARO LS (fls/flw)" -plugin to the installation?
Via web searching, I found a suggestion to add "FARO LS SDK" along the ride. I did just that and it isn't helping to open FLS -files (perhaps it isn't functioning with CC and needs some "registration" or something).
Install CloudCompare via CLI
Re: Install CloudCompare via CLI
Well, I am not an expert, but what I know is that we use 'InnoSetup' as the installer solution, and that the Faro LS SDK installation option correspond to the 'WithFaroSupport' "boolean (see https://github.com/CloudCompare/CloudCo ... up.iss#L89).
From there, I guess there might be generic commands in InnoSetup to force the value of a boolean?
From there, I guess there might be generic commands in InnoSetup to force the value of a boolean?
Daniel, CloudCompare admin